Keisuke Kuroyanagi
|
69ebca0643
|
Fix children position reading for dynamic patricia trie.
Bug: 6669677
Change-Id: I68ad68361676f952bd25903c253c22617d3ce361
|
2013-08-29 18:31:15 +09:00 |
Keisuke Kuroyanagi
|
6c4d09e9e1
|
Use extendable buffer for reading node info.
Bug: 6669677
Change-Id: I78ba80100e3a38f2b49e43db1e6aef4e56ed062c
|
2013-08-27 18:06:42 +09:00 |
Keisuke Kuroyanagi
|
2f0c1253e2
|
Use extendable buffer for reading bigram and shortcut.
Bug: 6669677
Change-Id: I4017c0ecc5d8baff1b16ff370d3eec85de9a0f9f
|
2013-08-27 17:48:04 +09:00 |
Keisuke Kuroyanagi
|
27b12933cd
|
Rename CharGroup to PtNode in native code.
Bug: 10233675
Change-Id: I5a4215cc79b37bfd317e60101e06b2ab9c332653
|
2013-08-26 14:51:43 +09:00 |
Keisuke Kuroyanagi
|
ad4e0108a9
|
Fix: reading uninitialized area.
Bug: 10402083
Change-Id: I083beea29fe563b1e7739653d756b77820753e3f
|
2013-08-23 19:55:55 +09:00 |
Satoshi Kataoka
|
02833d11c3
|
Fix the autocorrection normalized score calculation
Bug: 10441240
Change-Id: I256021dc55481960d6a605046daa17b1a2d55b95
|
2013-08-23 16:22:02 +09:00 |
Keisuke Kuroyanagi
|
941811cbd6
|
Introduce ExtendableBuffer for dynamic update.
Bug: 6669677
Change-Id: I6343c348334c0dace8b12a71eb992d6f040e8c95
|
2013-08-22 18:05:15 +09:00 |
Keisuke Kuroyanagi
|
a72a33388f
|
Fix native crash by caused wrong munmap.
Bug: 10402083
Change-Id: I5aa2cecd20cd3202c2326b1cbb6758257afd6d5d
|
2013-08-21 18:57:58 +09:00 |
Yuichiro Hanada
|
112257e40f
|
Rename BinaryDictDecoder to Ver3DictDecoder.
Change-Id: Ibf9b95b658df6e2c2218bdb62e2380f326a03832
|
2013-08-20 17:11:51 +09:00 |
Keisuke Kuroyanagi
|
4a65258bc7
|
Fix possible SIGSEGV.
Change-Id: I6008c0457a8da9b90434a3b96a51da1487948f1b
|
2013-08-19 18:58:10 +09:00 |
Keisuke Kuroyanagi
|
381c12df20
|
Move methods in BinaryFormat to PatriciaTriePolicy.
Bug: 6669677
Change-Id: Ic9bc03a9d8ec789281d83d4b9e58042a083c3ba1
|
2013-08-16 16:42:17 +09:00 |
Keisuke Kuroyanagi
|
0624cc6cf3
|
Remove BinaryDictionaryInfo and introduce MmapedBuffer.
Bug: 6669677
Change-Id: I70e47fa20109060b6ea7a04bcc42ab8f7c543f77
|
2013-08-16 12:52:04 +09:00 |
Ken Wakasa
|
0238e1eb01
|
Merge "Revert "Remove BinaryDictionaryInfo and introduce MmapedBuffer.""
|
2013-08-15 11:39:08 +00:00 |
Ken Wakasa
|
d4fcf1dbc5
|
Revert "Remove BinaryDictionaryInfo and introduce MmapedBuffer."
This reverts commit d14ffcfcbc .
This broke a bunch of unit tests -- https://sponge.corp.google.com/target?id=a8a62bd0-3aab-4520-ae64-53f9652ef64b&target=com.google.android.inputmethod.latin.tests&searchFor=&show=FAILED&sortBy=STATUS
Change-Id: I1eae460e09808513eacefd523609330819d73d16
|
2013-08-15 11:37:48 +00:00 |
Yuichiro Hanada
|
94460eba11
|
[Refactor] Divide BinaryDictInputOutput into BinaryDictEncoder and BinaryDictDecoder.
Change-Id: I7c3269d77e3e3b567e459dcaa1bc029903941744
|
2013-08-15 20:23:07 +09:00 |
Keisuke Kuroyanagi
|
0663bc047b
|
Merge "Remove BinaryDictionaryInfo and introduce MmapedBuffer."
|
2013-08-15 09:34:28 +00:00 |
Keisuke Kuroyanagi
|
d14ffcfcbc
|
Remove BinaryDictionaryInfo and introduce MmapedBuffer.
Bug: 6669677
Change-Id: I1459bb53a9761d920427e4b5d925a2844955c88c
|
2013-08-15 18:17:44 +09:00 |
Jean Chalard
|
e7870a2c0d
|
Add an initial JNI interface to dicttool.
Bug: 10100269
Change-Id: I883992c2033e7d9e7c754c0bf653767728b221b6
|
2013-08-15 17:58:55 +09:00 |
Ken Wakasa
|
dc83fe37ba
|
Merge "Revert "[Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils and BinaryDictOutputUtils.""
|
2013-08-15 08:56:28 +00:00 |
Ken Wakasa
|
117f18e844
|
Revert "[Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils and BinaryDictOutputUtils."
This reverts commit 4c63d0614e .
Change-Id: I1fa277d720bab4d895259df7d6d82eebfa5eb6c5
|
2013-08-15 08:54:29 +00:00 |
Ken Wakasa
|
f74ddfbb06
|
Merge "[Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils and BinaryDictOutputUtils."
|
2013-08-15 06:53:23 +00:00 |
Yuichiro Hanada
|
4c63d0614e
|
[Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils and BinaryDictOutputUtils.
Change-Id: I0d476abe763c11ba9005152f928e8dccf15ac9de
|
2013-08-15 15:46:58 +09:00 |
Keisuke Kuroyanagi
|
08ce337d3f
|
Fix: BinaryDictionaryInfo.isDynamicallyUpdatable().
Change-Id: Ifb3acded5e19f1302c7fcc8881b74addd20c1571
|
2013-08-15 13:39:32 +09:00 |
Keisuke Kuroyanagi
|
6ec3f63d59
|
Merge "Make dictionary structure policy have updating methods."
|
2013-08-15 03:15:43 +00:00 |
Yuichiro Hanada
|
46ebaa49e9
|
Fix a comment.
Change-Id: I5d09fd2474c7a0e6f42b6c7c6e717692636fbc6d
|
2013-08-15 11:57:58 +09:00 |
Keisuke Kuroyanagi
|
7fd9667d76
|
Remove NodeFilter.
Change-Id: I27d905dd3581cbb0e67d071dba04066aaa2ba22e
|
2013-08-14 18:20:15 +09:00 |
Keisuke Kuroyanagi
|
dfecc86f25
|
Fix ShortcutListPolicy::getStartPos().
Bug: 6669677
Change-Id: I1fa9967fc6aa0956986954c8ea1f990a47c15764
|
2013-08-14 17:23:57 +09:00 |
Keisuke Kuroyanagi
|
90619ae02b
|
Move utils for reading dict to policyimpl.
Bug: 6669677
Change-Id: Ia1da3cb84b457665cf26172d3810e1d28329bca4
|
2013-08-14 15:50:42 +09:00 |
Keisuke Kuroyanagi
|
66facd37dd
|
Make dictionary structure policy have updating methods.
Bug: 6669677
Change-Id: I6aa8e377c6347e0db4b7a82293b316ec64d87bec
|
2013-08-14 11:34:42 +09:00 |
Keisuke Kuroyanagi
|
23d3ed962f
|
Move files for headerPolicy to policyimpl.
Bug: 6669677
Change-Id: Ic90feb9c3a9a7b698e588c8ad25c765a246706a8
|
2013-08-13 20:35:16 +09:00 |
Keisuke Kuroyanagi
|
76e579c7ca
|
Move header reading methods to policyimpl.
Bug: 6669677
Change-Id: I24cb32f28cf355485b431cc56d877000e3f946d4
|
2013-08-13 20:22:40 +09:00 |
Keisuke Kuroyanagi
|
d81654cd61
|
Use DictionaryStructureWithBufferPolicy for traversing.
Bug: 6669677
Change-Id: If7bc038278b7217ed5ba4cb77b1238b2dad0001b
|
2013-08-13 19:38:20 +09:00 |
Keisuke Kuroyanagi
|
e607e0722a
|
Merge "Remove TerminalAttributes."
|
2013-08-13 05:58:35 +00:00 |
Keisuke Kuroyanagi
|
b40d14226b
|
Merge "Quit using BinaryDictionaryInfo in header reading methods."
|
2013-08-13 05:49:49 +00:00 |
Keisuke Kuroyanagi
|
99007de979
|
Quit using BinaryDictionaryInfo in header reading methods.
Bug: 6669677
Change-Id: I5198ae28fcc271dd6ab3c33df940a2d15513a8c8
|
2013-08-13 12:26:01 +09:00 |
Keisuke Kuroyanagi
|
6abdafc671
|
Remove TerminalAttributes.
Use BinaryDictionaryShortcutIterator instead of
TerminalAttributes.
Bug: 6669677
Change-Id: Ib7176e3b302ba383344cc6fcc037e23568c702a8
|
2013-08-12 17:46:13 +09:00 |
Keisuke Kuroyanagi
|
f4688f8df0
|
Cleanup ShortcutListReadingUtils.
Bug: 6669677
Change-Id: Ifd61022665c89f492933dde9811ec644f7e1f5c4
|
2013-08-12 17:46:13 +09:00 |
Keisuke Kuroyanagi
|
f1e383ed45
|
Change name of shortcut reading util class.
Bug: 6669677
Change-Id: If93916f4c3d568119ff6b83e22e95c7086423d2f
|
2013-08-12 17:37:59 +09:00 |
Keisuke Kuroyanagi
|
7c48352af8
|
Move methods for Shortcut reading to policyimpl.
Bug: 6669677
Change-Id: If0a565de015564f803429f4fbf21b05687f80553
|
2013-08-12 17:18:28 +09:00 |
Keisuke Kuroyanagi
|
fd10db04e0
|
Move shortcut iteration methods to poilcy.
Bug: 6669677
Change-Id: I6e535ce7962de8e153a52fd1085fe961649ffe16
|
2013-08-12 15:53:09 +09:00 |
Keisuke Kuroyanagi
|
277053af7c
|
Move bigram reading methods to BigramListReadingUtils.
Bug: 6669677
Change-Id: Icb024a8af577323b4dcf74f4c4054cfb8b57a943
|
2013-08-12 11:54:31 +09:00 |
Keisuke Kuroyanagi
|
668870be43
|
Move bigrams iteration methods to policy.
To support various bigram format.
Bug: 6669677
Change-Id: Ifc8c1a855b03cd5a39d97a6e10872ef8ef76475b
|
2013-08-09 20:20:34 +09:00 |
Keisuke Kuroyanagi
|
e1ebef6124
|
Make DictionaryStructurePolicy have buffer info.
To support various format dictionary, extendable
buffers or multiple files.
Bug: 6669677
Change-Id: I203a5a4adc049a6322cfba4eacb4cb6715f8dfc2
|
2013-08-09 05:27:22 +00:00 |
Keisuke Kuroyanagi
|
b2408c7f71
|
Fix parent position reading for ver3 dict.
Bug: 6669677
Change-Id: Ia55d4ecb43c7d37b9bc466b848d5142bc13cd823
|
2013-08-08 16:31:17 +09:00 |
Keisuke Kuroyanagi
|
60eb250194
|
Support ver3 dict in native code.
Bug: 6669677
Change-Id: Iafc3287f1f87588a6296593d6b43ea4464c8f553
|
2013-08-08 14:53:05 +09:00 |
Keisuke Kuroynagi
|
744084defb
|
Implement getTerminalNodePositionOfWord for ver3 dict.
Bug: 6669677
Change-Id: Ib9f88d23e6502b8281921ae2f1e47f930b16972f
|
2013-08-07 17:59:52 +09:00 |
Keisuke Kuroynagi
|
9601df5aac
|
Implement getCodePointsAndProbabilityAnd... for ver3 dicts.
Bug: 6669677
Change-Id: I5c3b53d015496e11cb6c1f19938b8ee8a4c0f983
|
2013-08-07 11:53:34 +09:00 |
Keisuke Kuroynagi
|
2b1dd6e253
|
Implement a part of ver 3 dictionary reading methods.
Bug: 6669677
Change-Id: I83c159838ad99b2093907b9de7df6cb7a97b4165
|
2013-08-06 10:18:20 +09:00 |
Keisuke Kuroynagi
|
22f951c881
|
Merge "Remove checkFirstCharacter from BigramDictionary."
|
2013-08-05 04:56:23 +00:00 |
Keisuke Kuroynagi
|
cf1f7675ea
|
DynamicPatriciaTrieReadingUtils for version 3 dictionary.
Bug: 6669677
Change-Id: I7105258a00159a5ddda7ff520c490c4ac9fa7902
|
2013-08-01 16:15:49 +09:00 |