1. 88bb28c Make NgramProperty have NgramContext. by Keisuke Kuroyanagi · 10 years ago
  2. 620ebde Make members of classes that are used with std::vector const by Keisuke Kuroyanagi · 10 years ago
  3. 29777e3 Implement updateCounter() by using existing entry adding methods. by Keisuke Kuroyanagi · 10 years ago
  4. 287e155 Move HistoricalInfo to property and use it in *Property. by Keisuke Kuroyanagi · 10 years ago
  5. 79bb37d Rename BigramProperty to NgramProperty. by Keisuke Kuroyanagi · 10 years ago[Renamed (83%) from native/jni/src/suggest/core/dictionary/property/bigram_property.h]
  6. 2842e50 Use std::move for dictionary properties. by Keisuke Kuroyanagi · 10 years ago
  7. 9f8c9a0 Use PrevWordsInfo to add/remove n(bi)-gram in native code. by Keisuke Kuroyanagi · 10 years ago
  8. e41b2ed Separate unigram/bigram property from WordProperty. by Keisuke Kuroyanagi · 10 years ago