1. b7e8a9a Groundwork for implementing GC. by Keisuke Kuroyanagi · 12 years ago
  2. e28927d Change name of header_reading_utlis.* by Keisuke Kuroyanagi · 12 years ago
  3. 484fa7b Add dictionary header writing methods. by Keisuke Kuroyanagi · 12 years ago
  4. 72e53a1 Merge "Implement dictionary flush." by Keisuke Kuroyanagi · 12 years ago
  5. 1560543 Implement dictionary flush. by Keisuke Kuroyanagi · 12 years ago
  6. 9465819 Merge "Add BinaryDictionary.getBigramProbabilityNative()." by Keisuke Kuroyanagi · 12 years ago
  7. 4d02a2d Add BinaryDictionary.getBigramProbabilityNative(). by Keisuke Kuroyanagi · 12 years ago
  8. 4e17b42 Output input index of second word's first char. by Keisuke Kuroyanagi · 12 years ago
  9. ac7e005 Merge "Prepare dictionary saving in native code." by Keisuke Kuroyanagi · 12 years ago
  10. d024627 Prepare dictionary saving in native code. by Keisuke Kuroyanagi · 12 years ago
  11. d9f450e Implement removeBigramWords() for DynamicPatriciaTrie. by Keisuke Kuroyanagi · 12 years ago
  12. 78b55a3 Fix handling multi-bytes characters and add a test. by Keisuke Kuroyanagi · 12 years ago
  13. 6d1a29e Fix build. by Keisuke Kuroyanagi · 12 years ago
  14. cd6a043 Implement addBigramWords() for DynamicPatriciaTrie. by Keisuke Kuroyanagi · 12 years ago
  15. cb816e5 Merge NOT_A_VALID_WORD_POS into NOT_A_DICT_POS. by Keisuke Kuroyanagi · 12 years ago
  16. 9ea9c61 Move methods using ByteArrayUtils from .h to .cpp. by Keisuke Kuroyanagi · 12 years ago
  17. f874728 Add boundary check for PtNode reading position. by Keisuke Kuroyanagi · 12 years ago
  18. 41aaff6 Merge "[AC4] Add native methods necessary for auto-commit" by Jean Chalard · 12 years ago
  19. 24aad5a [AC4] Add native methods necessary for auto-commit by Jean Chalard · 12 years ago
  20. 04bf3cd Merge "Employ "bigram link" for handling moved bigram target." by Keisuke Kuroyanagi · 12 years ago
  21. 8c69ddb Employ "bigram link" for handling moved bigram target. by Keisuke Kuroyanagi · 12 years ago
  22. ebe3b3e Merge "Fix bug related to dynamic patricia trie bigram adding." by Keisuke Kuroyanagi · 12 years ago
  23. 0243c9a Update children's parent position when the node get moved. by Keisuke Kuroyanagi · 12 years ago
  24. 1c0fc85 Fix bug related to dynamic patricia trie bigram adding. by Keisuke Kuroyanagi · 12 years ago
  25. 4c27678 Change cache capacity depending on the dictionary size. by Keisuke Kuroyanagi · 12 years ago
  26. 1b80a45 Merge "Make terminal cache small." by Keisuke Kuroyanagi · 12 years ago
  27. 80ca7ab Make terminal cache small. by Keisuke Kuroyanagi · 12 years ago
  28. f1233b5 Use same session id for typing and gesture. by Keisuke Kuroyanagi · 12 years ago
  29. f38969f Fix bug of dictionary dynamic updating methods. by Keisuke Kuroyanagi · 12 years ago
  30. e531c22 Move a flag about switching dynamic update to java. by Keisuke Kuroyanagi · 12 years ago
  31. 2106696 Merge "Fix: ExtendableBuffer" by Keisuke Kuroyanagi · 12 years ago
  32. 4e79fb2 Fix: ExtendableBuffer by Keisuke Kuroyanagi · 12 years ago
  33. 2166170 Merge "Implement split and create node methods." by Keisuke Kuroyanagi · 12 years ago
  34. fdcd67b Implement split and create node methods. by Keisuke Kuroyanagi · 12 years ago
  35. c5f35a9 Merge "Calculate parent offset from the head of moved node." by Keisuke Kuroyanagi · 12 years ago
  36. 9c820de Calculate parent offset from the head of moved node. by Keisuke Kuroyanagi · 12 years ago
  37. 1d4a07f Merge "Re-call getBuffer after writing in bigram/shortcut policy." by Keisuke Kuroyanagi · 12 years ago
  38. c987120 Re-call getBuffer after writing in bigram/shortcut policy. by Keisuke Kuroyanagi · 12 years ago
  39. a159ad4 Implement create children array and add child method. by Keisuke Kuroyanagi · 12 years ago
  40. 7bd7dc5 Implement update node probability method. by Keisuke Kuroyanagi · 12 years ago
  41. 3fbc5ef Implement inserting new node into PtNode array. by Keisuke Kuroyanagi · 12 years ago
  42. 40182c7 Merge "Compute probability using structure policy." by Keisuke Kuroyanagi · 12 years ago
  43. 65d1994 Compute probability using structure policy. by Keisuke Kuroyanagi · 12 years ago
  44. e4dcebe Add node flags creating methods. by Keisuke Kuroyanagi · 12 years ago
  45. 96a0631 DynamicPatriciaTrieWritingUtils to write PtNodes. by Keisuke Kuroyanagi · 12 years ago
  46. 2a41a35 Add code point writing methods for updatable dictionaries. by Keisuke Kuroyanagi · 12 years ago
  47. 5901b5e Check usesForgettingCurve in HeaderPolicy. by Keisuke Kuroyanagi · 12 years ago
  48. 91486bd Merge "Employ a header attribute map in headerPolicy." by Keisuke Kuroyanagi · 12 years ago
  49. 5754817 Employ a header attribute map in headerPolicy. by Keisuke Kuroyanagi · 12 years ago
  50. 5d8fd54 Change name of bigram_list_reading_utils.* . by Keisuke Kuroyanagi · 12 years ago
  51. 202e416 Add bigram writing methods. by Keisuke Kuroyanagi · 12 years ago
  52. 9e3082e Add DynamicShortcutListPolicy::copyAllShortcuts(). by Keisuke Kuroyanagi · 12 years ago
  53. f1cd7a0 Implement reading side of updating methods of dpt. by Keisuke Kuroyanagi · 12 years ago
  54. 75d1cb6 Add buffer writing methods. by Keisuke Kuroyanagi · 12 years ago
  55. 2660f83 Change name of extendable_buffer.h to buffer_with_... . by Keisuke Kuroyanagi · 12 years ago
  56. 3e76487 Consolidating dict buffers into BufferWithExtendableBuffer. by Keisuke Kuroyanagi · 12 years ago
  57. 4d814bf Introduce DynamicPatriciaTrieReadingHelper. by Keisuke Kuroyanagi · 12 years ago
  58. 69ebca0 Fix children position reading for dynamic patricia trie. by Keisuke Kuroyanagi · 12 years ago
  59. 6c4d09e Use extendable buffer for reading node info. by Keisuke Kuroyanagi · 12 years ago
  60. 2f0c125 Use extendable buffer for reading bigram and shortcut. by Keisuke Kuroyanagi · 12 years ago
  61. 27b1293 Rename CharGroup to PtNode in native code. by Keisuke Kuroyanagi · 12 years ago
  62. ad4e010 Fix: reading uninitialized area. by Keisuke Kuroyanagi · 12 years ago
  63. 02833d1 Fix the autocorrection normalized score calculation by Satoshi Kataoka · 12 years ago
  64. 941811c Introduce ExtendableBuffer for dynamic update. by Keisuke Kuroyanagi · 12 years ago
  65. a72a333 Fix native crash by caused wrong munmap. by Keisuke Kuroyanagi · 12 years ago
  66. 112257e Rename BinaryDictDecoder to Ver3DictDecoder. by Yuichiro Hanada · 12 years ago
  67. 4a65258 Fix possible SIGSEGV. by Keisuke Kuroyanagi · 12 years ago
  68. 381c12d Move methods in BinaryFormat to PatriciaTriePolicy. by Keisuke Kuroyanagi · 12 years ago
  69. 0624cc6 Remove BinaryDictionaryInfo and introduce MmapedBuffer. by Keisuke Kuroyanagi · 12 years ago
  70. 0238e1e Merge "Revert "Remove BinaryDictionaryInfo and introduce MmapedBuffer."" by Ken Wakasa · 12 years ago
  71. d4fcf1d Revert "Remove BinaryDictionaryInfo and introduce MmapedBuffer." by Ken Wakasa · 12 years ago
  72. 94460eb [Refactor] Divide BinaryDictInputOutput into BinaryDictEncoder and BinaryDictDecoder. by Yuichiro Hanada · 12 years ago
  73. 0663bc0 Merge "Remove BinaryDictionaryInfo and introduce MmapedBuffer." by Keisuke Kuroyanagi · 12 years ago
  74. d14ffcf Remove BinaryDictionaryInfo and introduce MmapedBuffer. by Keisuke Kuroyanagi · 12 years ago
  75. e7870a2 Add an initial JNI interface to dicttool. by Jean Chalard · 12 years ago
  76. dc83fe3 Merge "Revert "[Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils and BinaryDictOutputUtils."" by Ken Wakasa · 12 years ago
  77. 117f18e Revert "[Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils and BinaryDictOutputUtils." by Ken Wakasa · 12 years ago
  78. f74ddfb Merge "[Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils and BinaryDictOutputUtils." by Ken Wakasa · 12 years ago
  79. 4c63d06 [Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils and BinaryDictOutputUtils. by Yuichiro Hanada · 12 years ago
  80. 08ce337 Fix: BinaryDictionaryInfo.isDynamicallyUpdatable(). by Keisuke Kuroyanagi · 12 years ago
  81. 6ec3f63 Merge "Make dictionary structure policy have updating methods." by Keisuke Kuroyanagi · 12 years ago
  82. 46ebaa4 Fix a comment. by Yuichiro Hanada · 12 years ago
  83. 7fd9667 Remove NodeFilter. by Keisuke Kuroyanagi · 12 years ago
  84. dfecc86 Fix ShortcutListPolicy::getStartPos(). by Keisuke Kuroyanagi · 12 years ago
  85. 90619ae Move utils for reading dict to policyimpl. by Keisuke Kuroyanagi · 12 years ago
  86. 66facd3 Make dictionary structure policy have updating methods. by Keisuke Kuroyanagi · 12 years ago
  87. 23d3ed9 Move files for headerPolicy to policyimpl. by Keisuke Kuroyanagi · 12 years ago
  88. 76e579c Move header reading methods to policyimpl. by Keisuke Kuroyanagi · 12 years ago
  89. d81654c Use DictionaryStructureWithBufferPolicy for traversing. by Keisuke Kuroyanagi · 12 years ago
  90. e607e07 Merge "Remove TerminalAttributes." by Keisuke Kuroyanagi · 12 years ago
  91. b40d142 Merge "Quit using BinaryDictionaryInfo in header reading methods." by Keisuke Kuroyanagi · 12 years ago
  92. 99007de Quit using BinaryDictionaryInfo in header reading methods. by Keisuke Kuroyanagi · 12 years ago
  93. 6abdafc Remove TerminalAttributes. by Keisuke Kuroyanagi · 12 years ago
  94. f4688f8 Cleanup ShortcutListReadingUtils. by Keisuke Kuroyanagi · 12 years ago
  95. f1e383e Change name of shortcut reading util class. by Keisuke Kuroyanagi · 12 years ago
  96. 7c48352 Move methods for Shortcut reading to policyimpl. by Keisuke Kuroyanagi · 12 years ago
  97. fd10db0 Move shortcut iteration methods to poilcy. by Keisuke Kuroyanagi · 12 years ago
  98. 277053a Move bigram reading methods to BigramListReadingUtils. by Keisuke Kuroyanagi · 12 years ago
  99. 668870b Move bigrams iteration methods to policy. by Keisuke Kuroyanagi · 12 years ago
  100. e1ebef6 Make DictionaryStructurePolicy have buffer info. by Keisuke Kuroyanagi · 12 years ago