1. 88bc312 Move dictionary code to top level dictionary dir. by Keisuke Kuroyanagi · 10 years ago[Renamed (97%) from native/jni/src/suggest/policyimpl/dictionary/header/header_policy.h]
  2. 78212a6 Use enum to specify ngram type. by Keisuke Kuroyanagi · 10 years ago
  3. ea468cc Update v4 format version from 402 to 403. by Keisuke Kuroyanagi · 10 years ago
  4. 7c87859 Using "blacklist" flag as "possibly offensive" by Adrian Velicu · 10 years ago
  5. e8750d9 Introduce EntryCounters to count entries in a dictionary. by Keisuke Kuroyanagi · 10 years ago
  6. 1085fef Change entry count limit. by Keisuke Kuroyanagi · 10 years ago
  7. aae1a06 Improve bigram probability computation for decaying dicts. by Keisuke Kuroyanagi · 10 years ago
  8. fb2bde5 Native side reads character table by Akifumi Yoshimoto · 10 years ago
  9. 07e1412 Purge dict reading code for 401 and create for 402. by Keisuke Kuroyanagi · 10 years ago
  10. a37f374 Version up dynamic dict format from 401 to 402. by Keisuke Kuroyanagi · 10 years ago
  11. 2a015dc Add Beginning-of-Sentence info in UnigramProperty. by Keisuke Kuroyanagi · 10 years ago
  12. 7116ea9 Add VERSION_4_DEV(402) in native code. by Keisuke Kuroyanagi · 10 years ago
  13. 455dc84 Add VERSION4_TEST for testing. by Keisuke Kuroyanagi · 10 years ago
  14. 8a9d9de Implement migrateNative(). by Keisuke Kuroyanagi · 10 years ago
  15. 3b79847 Support creating BinaryDictionary without creating dict file. by Keisuke Kuroyanagi · 10 years ago
  16. ce76821 Revert "Support creating BinaryDictionary without creating dict file." by Keisuke Kuroyanagi · 10 years ago
  17. 89939b8 Support creating BinaryDictionary without creating dict file. by Keisuke Kuroyanagi · 10 years ago
  18. 903be5b Implement latinime_BinaryDictionary_createOnMemory(). by Keisuke Kuroyanagi · 10 years ago
  19. cafab16 s/stdint.h/cstdint/ by Ken Wakasa · 10 years ago
  20. 5128935 Add header attributes for evaluation. by Keisuke Kuroyanagi · 11 years ago
  21. 6112cc2 Read and write forgetting curve header attributes. by Keisuke Kuroyanagi · 11 years ago
  22. 57816c7 Check header attributes for forgetting curve. by Keisuke Kuroyanagi · 11 years ago
  23. fc9ca59 Implement getHeaderInfoNative. by Keisuke Kuroyanagi · 11 years ago
  24. 43cf907 [HD04] Make the locale mandatory. by Jean Chalard · 11 years ago
  25. 54622d3 Don't boost exact matches for personalized dicts. by Keisuke Kuroyanagi · 11 years ago
  26. a137c21 [HD02] Make the date header attribute mandatory. by Jean Chalard · 11 years ago
  27. 324adef [HD01] Small initial refactoring by Jean Chalard · 11 years ago
  28. 2fa3693 Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c by Ken Wakasa · 11 years ago
  29. 6995310 Separate "GC" and "GC with decay". by Keisuke Kuroyanagi · 11 years ago
  30. c185100 Prepare dictionary decay. by Keisuke Kuroyanagi · 11 years ago
  31. 31097a5 Add unigram/bigram counting. by Keisuke Kuroyanagi · 11 years ago
  32. 9895968 Refactoring header attribute reading. by Keisuke Kuroyanagi · 11 years ago
  33. e28927d Change name of header_reading_utlis.* by Keisuke Kuroyanagi · 11 years ago
  34. 484fa7b Add dictionary header writing methods. by Keisuke Kuroyanagi · 11 years ago
  35. 5901b5e Check usesForgettingCurve in HeaderPolicy. by Keisuke Kuroyanagi · 11 years ago
  36. 5754817 Employ a header attribute map in headerPolicy. by Keisuke Kuroyanagi · 11 years ago
  37. 23d3ed9 Move files for headerPolicy to policyimpl. by Keisuke Kuroyanagi · 11 years ago[Renamed (95%) from native/jni/src/suggest/core/dictionary/binary_dictionary_header.h]
  38. 76e579c Move header reading methods to policyimpl. by Keisuke Kuroyanagi · 11 years ago
  39. d81654c Use DictionaryStructureWithBufferPolicy for traversing. by Keisuke Kuroyanagi · 11 years ago
  40. 99007de Quit using BinaryDictionaryInfo in header reading methods. by Keisuke Kuroyanagi · 11 years ago
  41. 7eba019 Dump binary dictionary information when opening by Jean Chalard · 11 years ago
  42. c445369 Fix class names by Ken Wakasa · 11 years ago
  43. bd0d1af Introduce BinaryDictionaryHeader to access binary dictionary header. by Keisuke Kuroynagi · 11 years ago