aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/makedict/BinaryDictEncoderUtils.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move code only used for dicttool and tests under tests.Keisuke Kuroyanagi2014-03-271-881/+0
| | | | | Bug: 13035567 Change-Id: I13c6df013ef2b67c9bf67455d9c32d283bf9ea2e
* Separate WeightedString from FusionDictionary.Keisuke Kuroyanagi2014-03-061-1/+0
| | | | | | Bug: 8187060 Change-Id: I40c1dafca3eb52244c64fdb4c1db30a56385d678
* Remove unused code.Keisuke Kuroyanagi2014-02-151-141/+52
| | | | | Bug: 12810574 Change-Id: I9c7fff60ae0e94d52f3bd19c3e88de5a53b917d7
* Make PtNode have ProbabilityInfo instead of raw value.Keisuke Kuroyanagi2014-02-101-4/+4
| | | | | | Bug: 11281877 Bug: 12810574 Change-Id: Id1cda0afc74c4e30633c735729143491b2274a7b
* Reading dictionary containing timestamps in Java Side.Keisuke Kuroyanagi2014-01-291-9/+2
| | | | | | | Just skipping historical information fields. Bug: 11281877 Change-Id: I43d2adaa576b7da11ed3ca54990265dbb6f53b08
* Move DictUpdater to the tests directory.Keisuke Kuroyanagi2013-12-171-0/+2
| | | | | Bug: 11245133 Change-Id: I0907a091ac3ae960eaf3b27da78dbb48a24b2ea1
* Remove flags from Java side.Jean Chalard2013-12-131-17/+11
| | | | | | | | | | | | This simplifies the code quite a bit. - GERMAN_UMLAUTS are now handled through a key-value attribute. The dictionary generator does not need to know about it any more. - FRENCH_LIGATURES are deprecated as we handle them with shortcuts now. - CONTAINS_BIGRAMS is deprecated. Bigram processing is always applied regardless of this flag. Bug: 11281748 Change-Id: If567e52e245a9342adc7f3104a0f7d8d782df8c1
* Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20cKen Wakasa2013-12-131-3/+29
| | | | | | The bulk merge from -bayo to klp-dev should not have been merged to master. Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
* Separate shortcut targets from the trie file.Yuichiro Hanada2013-10-041-1/+1
| | | | | Bug: 10920165 Change-Id: I340759eadbde7fb64cb3b9a3c619ee3a768cedf8
* Remove some unused variables.Yuichiro Hanada2013-10-021-6/+2
| | | | Change-Id: Iaf1556fec194d17cb4318f2bdcc837f8d79449ef
* Separate bigram entries from the trie file.Yuichiro Hanada2013-09-301-6/+8
| | | | | Bug: 10920165 Change-Id: I42eb7f228994a56c2f31a1c83904c8c360b6d088
* Add SparseTable.Yuichiro Hanada2013-09-261-0/+20
| | | | | Bug: 10920165 Change-Id: I749dd0269e788799e30b10beb2671813d40ce15f
* Make Ver4DictEncoder write an address table of terminal nodes.Yuichiro Hanada2013-09-251-1/+3
| | | | | Bug: 10920165 Change-Id: I86017456ea9fa5d6e12b57172c34f5ed4f88ef94
* Add Ver4DictDecoder.Yuichiro Hanada2013-09-191-2/+2
| | | | | Bug: 9618601 Change-Id: I43c5840505c6a847aaf4893a400392ccd45903c0
* Fix getChildrenPosition.Yuichiro Hanada2013-09-181-2/+9
| | | | Change-Id: Ic39592dbf0d4e6d2e4879cdb1a95b65d46a57e92
* Add Ver4DictEncoder.Yuichiro Hanada2013-09-131-4/+15
| | | | | Bug: 9618601 Change-Id: I161d2845906f07c1251deb8005fdffe49c5b7940
* Add writePtNode to DictEncoder.Yuichiro Hanada2013-09-111-9/+24
| | | | | Bug: 9618601 Change-Id: Ie4529444780edee8d0f0d5f23c5619c1a3344286
* Hide physical structure of the dictionary from BinaryDictEncoderUtils.Yuichiro Hanada2013-09-091-148/+35
| | | | | Bug: 9618601 Change-Id: I01b8da42058d7c05bf7f4e6d43718032c2ad12c5
* Rename write(|Signed)VariableAddress and to write(|Signed)ChildrenPosition.Yuichiro Hanada2013-09-061-23/+23
| | | | Change-Id: Ib018bde346744b470a4fb13b0c57e3a633b8bb20
* Add computeChildrenPosition and simplify writePlacedNode.Yuichiro Hanada2013-09-061-20/+19
| | | | Change-Id: Idcf0e056bf61e29844d4d0e91c482cd78c41704c
* [Refactor] Add writeDictionaryHeader.Yuichiro Hanada2013-09-051-12/+22
| | | | Change-Id: I69026c47ce1d23f5c39c99ace76fa6b96cd1ce1b
* Simplify computeActualNodeArraySize.Yuichiro Hanada2013-08-261-7/+3
| | | | Change-Id: I128d02866c2cc70c42263496927327b8a2130139
* Rename CharGroup to PtNode.Yuichiro Hanada2013-08-261-221/+227
| | | | | Bug: 10233675 Change-Id: I7b0eb07d195cd386cd0d9e97cd59bf48fcf24107
* Fix writePlacedNode.Yuichiro Hanada2013-08-221-4/+5
| | | | Change-Id: I1d6b086f1d9f0dbd8d74f964e29ae62c533af978
* Move findWordByBinaryDictReader to BinaryDictIOUtilsTests.Yuichiro Hanada2013-08-221-3/+1
| | | | Change-Id: I443238fd816dea9650dcbbeb3ea757f9674fa52f
* Rename BinaryDictEncoder to BinaryDictEncoderUtils.Yuichiro Hanada2013-08-211-0/+1006
Change-Id: I4dabf17da7003b1d8204a83dbd10e5be6e8fd805