1. ef93154 Merge "Add hacks for better handling count value during migration." by Keisuke Kuroyanagi · 10 years ago
  2. a88c968 Merge "Change v403 historical info format." by Keisuke Kuroyanagi · 10 years ago
  3. 3cde19d Merge "Initial commit for native dicttoolkit." by Keisuke Kuroyanagi · 10 years ago
  4. e101a53 Initial commit for native dicttoolkit. by Keisuke Kuroyanagi · 10 years ago
  5. c611989 Add hacks for better handling count value during migration. by Keisuke Kuroyanagi · 10 years ago
  6. 2383575 Change v403 historical info format. by Keisuke Kuroyanagi · 10 years ago
  7. 009e02c Further fixes to treat 0-frequency words by Adrian Velicu · 10 years ago
  8. 1041624 Block offensive words in multi-word suggestions by Adrian Velicu · 10 years ago
  9. aa20342 Merge "Using "blacklist" flag as "possibly offensive"" by Adrian Velicu · 10 years ago
  10. 7c87859 Using "blacklist" flag as "possibly offensive" by Adrian Velicu · 10 years ago
  11. 0cd1f22 Fix: native unit test build. by Keisuke Kuroyanagi · 10 years ago
  12. bcb52d7 Enable count based dynamic ngram language model for v403. by Keisuke Kuroyanagi · 10 years ago
  13. 660b004 Add DynamicLanguageModelProbabilityUtils. by Keisuke Kuroyanagi · 10 years ago
  14. 0a9c3f3 Add method to encode probability. by Keisuke Kuroyanagi · 10 years ago
  15. c2ba0ce Fix: TRT and ime-simulator bulid. by Keisuke Kuroyanagi · 10 years ago
  16. afe6761 Merge "Add a class to have global counters for LanguageModelDictContent." by Keisuke Kuroyanagi · 10 years ago
  17. 6b0561f Add a class to have global counters for LanguageModelDictContent. by Keisuke Kuroyanagi · 10 years ago
  18. dabc129 Merge "Improve space substitution error correction." by Keisuke Kuroyanagi · 10 years ago
  19. 8a809f3 Improve space substitution error correction. by Keisuke Kuroyanagi · 10 years ago
  20. 3844f74 Fix: deleted PtNode handling in v403. by Keisuke Kuroyanagi · 10 years ago
  21. 69402dc Merge "Enable Address Sanitizer for native host test 2nd try" by Yohei Yukawa · 10 years ago
  22. e659738 Merge "Fix: Personalized dicts suggest invalid words with v403." by Keisuke Kuroyanagi · 10 years ago
  23. 090c381 Fix: Personalized dicts suggest invalid words with v403. by Keisuke Kuroyanagi · 10 years ago
  24. 5c4bec3 Enable Address Sanitizer for native host test 2nd try by Yohei Yukawa · 10 years ago
  25. 2db1e56 Merge "Stop building host native test in unbundled build" by Yohei Yukawa · 10 years ago
  26. ba35bb8 Stop building host native test in unbundled build by Yohei Yukawa · 10 years ago
  27. 16cc399 Use trigrams for personalization dict. by Keisuke Kuroyanagi · 10 years ago
  28. 9c0b341 Merge "Revert "Enable ASan (Address Sanitizer) for native host test"" by Yohei Yukawa · 10 years ago
  29. b9dc32f Revert "Enable ASan (Address Sanitizer) for native host test" by Yohei Yukawa · 10 years ago
  30. 0672e85 Merge "Enable ASan (Address Sanitizer) for native host test" by Yohei Yukawa · 10 years ago
  31. af2673f Enable ASan (Address Sanitizer) for native host test by Yohei Yukawa · 10 years ago
  32. b5ef884 Support dumping ngram entries. by Keisuke Kuroyanagi · 10 years ago
  33. c986578 Support ngram entry migration. by Keisuke Kuroyanagi · 10 years ago
  34. 0b8bb0c Fix debug build. by Keisuke Kuroyanagi · 10 years ago
  35. dfc82fa Merge changes I210acb81,Ie9508788 by Keisuke Kuroyanagi · 10 years ago
  36. 88bb28c Make NgramProperty have NgramContext. by Keisuke Kuroyanagi · 10 years ago
  37. f87bb77 Create .cpp file for NgramContext. by Keisuke Kuroyanagi · 10 years ago
  38. fa1e65c Merge "Use EntryCounters during GC." by Keisuke Kuroyanagi · 10 years ago
  39. c51b9b5 Merge "Renaming "blacklist" flag to "possibly offensive"" by Adrian Velicu · 10 years ago
  40. 47fc656 Use EntryCounters during GC. by Keisuke Kuroyanagi · 10 years ago
  41. e8750d9 Introduce EntryCounters to count entries in a dictionary. by Keisuke Kuroyanagi · 10 years ago
  42. 05172bf Renaming "blacklist" flag to "possibly offensive" by Adrian Velicu · 10 years ago
  43. 1085fef Change entry count limit. by Keisuke Kuroyanagi · 10 years ago
  44. f4928ad Merge "Update useless n-gram entry detection logic during GC." by Keisuke Kuroyanagi · 10 years ago
  45. 3601c21 Update useless n-gram entry detection logic during GC. by Keisuke Kuroyanagi · 10 years ago
  46. 183e21c Merge "Use better conditional probability for ngram entries." by Keisuke Kuroyanagi · 10 years ago
  47. 72d17d9 Use better conditional probability for ngram entries. by Keisuke Kuroyanagi · 10 years ago
  48. c2429c5 Merge "Move entry updating method to language model dict content." by Keisuke Kuroyanagi · 10 years ago
  49. 5400701 Move entry updating method to language model dict content. by Keisuke Kuroyanagi · 10 years ago
  50. d8ccb90 Quit using weightChildNode for ADDITIONAL_PROXIMITY and SUBSTITUTION. by Keisuke Kuroyanagi · 10 years ago
  51. d1471ee Merge "Remove shouldBlockAutoCorrectionBySafetyNet" by Keisuke Kuroyanagi · 10 years ago
  52. 29b4f7a Remove shouldBlockAutoCorrectionBySafetyNet by Keisuke Kuroyanagi · 10 years ago
  53. d70b8ff Fix: BoS bigram from user history dictionary is too strong. by Keisuke Kuroyanagi · 10 years ago
  54. 7d5e1cb [ML23] Introduce a different accuracy/performance tradeoff by Jean Chalard · 10 years ago
  55. 229f354 Merge "Make members of classes that are used with std::vector const" by Keisuke Kuroyanagi · 10 years ago
  56. b559c65 Merge "Rename prev_words_info.h to ngram_context.h" by Keisuke Kuroyanagi · 10 years ago
  57. 10fa30e Merge "Rename PrevWordsInfo to NgramContext." by Keisuke Kuroyanagi · 10 years ago
  58. 620ebde Make members of classes that are used with std::vector const by Keisuke Kuroyanagi · 10 years ago
  59. 4578301 Rename prev_words_info.h to ngram_context.h by Keisuke Kuroyanagi · 10 years ago
  60. 44efbe6 Fixing misspelled word by Adrian Velicu · 10 years ago
  61. 72e2383 Rename PrevWordsInfo to NgramContext. by Keisuke Kuroyanagi · 10 years ago
  62. ab4437f Rename updateCounter to updateEntriesForWordWithNgramContext. by Keisuke Kuroyanagi · 10 years ago
  63. d7a51c2 Extend jni method to dump ngram entries. by Keisuke Kuroyanagi · 10 years ago
  64. 948ef10 Merge "Improve bigram probability computation for decaying dicts." by Keisuke Kuroyanagi · 10 years ago
  65. aae1a06 Improve bigram probability computation for decaying dicts. by Keisuke Kuroyanagi · 10 years ago
  66. 552470c Merge "Make sure to suppress BoS prediction until input twice." by Keisuke Kuroyanagi · 10 years ago
  67. c7d199e Merge "Fix: BoS prediction is shown after inputting just once." by Keisuke Kuroyanagi · 10 years ago
  68. 1c2f00f Make sure to suppress BoS prediction until input twice. by Keisuke Kuroyanagi · 10 years ago
  69. ca17ed7 Fix: BoS prediction is shown after inputting just once. by Keisuke Kuroyanagi · 10 years ago
  70. 36c4eaa Show prediction results in debug build. by Keisuke Kuroyanagi · 10 years ago
  71. 16e1615 Fix: ProbabilityDictContent can be wrongly large. by Keisuke Kuroyanagi · 10 years ago
  72. 3d7681d Merge "Remove -fno-inline from profiling build." by Keisuke Kuroyanagi · 10 years ago
  73. 4ef27c0 [ML13] Fix the locale passing in ProximityInfo by Jean Chalard · 10 years ago
  74. 3da610d Remove -fno-inline from profiling build. by Keisuke Kuroyanagi · 10 years ago
  75. 29777e3 Implement updateCounter() by using existing entry adding methods. by Keisuke Kuroyanagi · 10 years ago
  76. ce5fd94 Add jni method to update entries for a word efficiently. by Keisuke Kuroyanagi · 10 years ago
  77. 287e155 Move HistoricalInfo to property and use it in *Property. by Keisuke Kuroyanagi · 10 years ago
  78. 79bb37d Rename BigramProperty to NgramProperty. by Keisuke Kuroyanagi · 10 years ago
  79. cb4f544 Quit reading unigram probability in Ver4PatriciaTrieNodeReader. by Keisuke Kuroyanagi · 10 years ago
  80. 2842e50 Use std::move for dictionary properties. by Keisuke Kuroyanagi · 10 years ago
  81. ed77b37 Merge "Use CodePointArrayView in WordProperty." by Keisuke Kuroyanagi · 10 years ago
  82. 7313b0d Merge "Refactoring method to get code points and code point count." by Keisuke Kuroyanagi · 10 years ago
  83. bd0ac97 Fix: native unit test. by Keisuke Kuroyanagi · 10 years ago
  84. 80d139a Use CodePointArrayView in WordProperty. by Keisuke Kuroyanagi · 10 years ago
  85. 65a7ccf Refactoring method to get code points and code point count. by Keisuke Kuroyanagi · 10 years ago
  86. 7d911d6 Move word flags to language model dict content. by Keisuke Kuroyanagi · 10 years ago
  87. ddfaeff Prepare supporting n-gram for user history dictionary. by Keisuke Kuroyanagi · 10 years ago
  88. 5a20827 Fix native crash. by Keisuke Kuroyanagi · 10 years ago
  89. 5c6db92 Merge "Native side reads character table" by Akifumi Yoshimoto · 10 years ago
  90. fb2bde5 Native side reads character table by Akifumi Yoshimoto · 10 years ago
  91. 6da9b21 [ML8] Add a language weight by Jean Chalard · 10 years ago
  92. 9db2cb4 Make MAX_PREV_WORD_COUNT_FOR_N_GRAM 2. by Keisuke Kuroyanagi · 10 years ago
  93. 8806248 Pass prevWordCount to native code for getSuggestion. by Keisuke Kuroyanagi · 10 years ago
  94. b349b57 Merge "Use ReadOnlyByteArrayView in Ver2ParticiaTrieNodeReader." by Keisuke Kuroyanagi · 10 years ago
  95. a533e18 Merge "Use ReadOnlyByteArrayView in Ver2PtNodeArrayReader." by Keisuke Kuroyanagi · 10 years ago
  96. 4a55d41 Merge "Use ReadOnlyByteArrayView in ShortcutListPolicy" by Keisuke Kuroyanagi · 10 years ago
  97. c1040a25 Merge "Use ReadOnlyByteArrayView in BigramListPolicy." by Keisuke Kuroyanagi · 10 years ago
  98. 5849fee Merge "Use ReadOnlyByteArrayView in PatriciaTriePolicy." by Keisuke Kuroyanagi · 10 years ago
  99. 198a47a Merge "Add firstOrDefault and lastOrDefault to IntArrayView." by Keisuke Kuroyanagi · 10 years ago
  100. 6258c57 Use ReadOnlyByteArrayView in Ver2ParticiaTrieNodeReader. by Keisuke Kuroyanagi · 10 years ago