aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin/BinaryDictionaryDecayingTests.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change default decaying parameters.Keisuke Kuroyanagi2014-03-141-21/+6
| | | | | Bug: 13458617 Change-Id: I4942af4a48881fb6ca866c74140b262e6d323f4a
* Separate utility methods from BinaryDictionary.Keisuke Kuroyanagi2014-03-051-3/+4
| | | | | Bug: 8187060 Change-Id: Ice2984e332b7bd3bb17174aefc80b5635b72fc50
* Correctly read the header of APK-embedded dictsJean Chalard2014-02-241-1/+1
| | | | | Bug: 13164518 Change-Id: I8768ad887af8b89ad9f29637f606c3c68629c7ca
* Merge "Remove unused argument from readDictionaryBinary."Keisuke Kuroyanagi2014-02-141-2/+2
|\
| * Remove unused argument from readDictionaryBinary.Keisuke Kuroyanagi2014-02-141-2/+2
| | | | | | | | | | Bug: 12810574 Change-Id: Ice415ebd8d11162facca3fe8927ef8a616b11424
* | Make InputLogicTest more robustTadashi G. Takaoka2014-02-131-1/+1
|/ | | | Change-Id: I134f14971126cbeed05b472c08747f2b88ad30e6
* [HD04] Make the locale mandatory.Jean Chalard2014-02-051-3/+3
| | | | | Bug: 11281748 Change-Id: I69281b0053bec404c3e3c713ade3f65a140f51b1
* Separate header class from FormatSpec.Keisuke Kuroyanagi2014-02-041-7/+8
| | | | | Bug: 12810574 Change-Id: Iacf1cd05a268bf690ab864b5e32a18a4b0ccc693
* [HD03] Straighten out attribute key names in Java.Jean Chalard2014-01-311-5/+5
| | | | | Bug: 11281748 Change-Id: I1d813bdacd45bcfd9c4cc73ac1d67c5c89854e86
* Reading dictionary containing timestamps in Java Side.Keisuke Kuroyanagi2014-01-291-0/+52
| | | | | | | Just skipping historical information fields. Bug: 11281877 Change-Id: I43d2adaa576b7da11ed3ca54990265dbb6f53b08
* Add a dedicated method to control time in native code.Keisuke Kuroyanagi2014-01-151-62/+32
| | | | | Bug: 12443085 Change-Id: I41a5cf6c895cb59e54af98b40efded36afcd3247
* Have dicttool use the native library to generate v4 dicts.Jean Chalard2013-12-131-3/+2
| | | | | | Yay ! Change-Id: Iea8ced9e81031b9ab7eff05ad9ef7215be248de9
* Remove flags from Java side.Jean Chalard2013-12-131-2/+0
| | | | | | | | | | | | 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-64/+313
| | | | | | The bulk merge from -bayo to klp-dev should not have been merged to master. Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
* Add a large test adding bigrams for decaying dictionary.Keisuke Kuroyanagi2013-10-081-1/+73
| | | | | Bug: 10197478 Change-Id: I34d3c21bd7f70885a3031ce91a4d4c4ba3564856
* Fix bug and Add large test for decaying dictionary.Keisuke Kuroyanagi2013-10-071-0/+54
| | | | | | | | - GC gets failure when the dictionary become empty. - Useless unigrams are sometimes not removed. Bug: 10197478 Change-Id: I8d1479c01efba61a81f03bc077da6bcb4797a940
* Check the elapsed time for decaying.Keisuke Kuroyanagi2013-10-041-2/+2
| | | | | Bug: 6669677 Change-Id: I0401a4c0908c702ce65abfa5e017dd16cb1296f9
* Stochastic decay.Keisuke Kuroyanagi2013-10-021-4/+8
| | | | | Bug: 6669677 Change-Id: Ib2d9228b951c77dab7a8675ce9db60677e87e771
* Separate "GC" and "GC with decay".Keisuke Kuroyanagi2013-10-011-0/+7
| | | | | Bug: 6669677 Change-Id: I9d6aba76cef2616f0549e612db9701e1d6a19467
* Implement simple dictionary decay.Keisuke Kuroyanagi2013-09-301-0/+171
Groundwork and implement simple decay. Increment probability when typed and decrement probability at GC. Bug: 6669677 Change-Id: Ib12caead0cbeef4ce7808fe8ac0b00ee331523fe