1. 88bc312 Move dictionary code to top level dictionary dir. by Keisuke Kuroyanagi · 10 years ago[Renamed (92%) from native/jni/src/suggest/core/dictionary/multi_bigram_map.h]
  2. 537f6ee Use WordIdArrayView for prevWordIds. by Keisuke Kuroyanagi · 10 years ago
  3. 89a003b Use word id for methods related to n-grams. by Keisuke Kuroyanagi · 10 years ago
  4. 35c62b2 Use NgramListener in MultiBigramMap. by Keisuke Kuroyanagi · 10 years ago
  5. 8ca9be1 s/hash_map_compat/unordered_map/ by Ken Wakasa · 10 years ago
  6. 2fa3693 Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c by Ken Wakasa · 11 years ago
  7. 77ef75c GC step 2. Finding garbage bigram entries. by Keisuke Kuroyanagi · 11 years ago
  8. cb816e5 Merge NOT_A_VALID_WORD_POS into NOT_A_DICT_POS. by Keisuke Kuroyanagi · 11 years ago
  9. 65d1994 Compute probability using structure policy. by Keisuke Kuroyanagi · 11 years ago
  10. 202e416 Add bigram writing methods. by Keisuke Kuroyanagi · 11 years ago
  11. 668870b Move bigrams iteration methods to policy. by Keisuke Kuroyanagi · 11 years ago
  12. e1ebef6 Make DictionaryStructurePolicy have buffer info. by Keisuke Kuroyanagi · 11 years ago
  13. 5b7688b Fix: native crash while iterating bigramslist. by Keisuke Kuroynagi · 11 years ago
  14. c38ec47 Get BigramsPos and ShortcutPos via structure policy. by Keisuke Kuroynagi · 11 years ago
  15. 1ff81e8 Use bloom filter in multi bigram map. by Keisuke Kuroynagi · 11 years ago
  16. a71ed8c Introduce BinaryDictionaryBigramsIterator to access bigrams attributes in binary dictionaries. by Keisuke Kuroynagi · 11 years ago
  17. addea83 Create "src/utils" directory by Ken Wakasa · 11 years ago
  18. 0ecfb94 Use BinaryDictonaryInfo instead of raw pointers. by Keisuke Kuroyanagi · 11 years ago
  19. a65c267 Move some dictionary related implementations to the dictionary directory by Ken Wakasa · 11 years ago[Renamed (98%) from native/jni/src/multi_bigram_map.h]
  20. 9559dd2 Improve bigram frequency lookup by Tom Ouyang · 11 years ago