| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove distracter filter from client.•••Bug 19296201.
Change-Id: Ic834e5956347cd86a96bd14024c42ad8ee258659
|  Dan Zivkovic | 2015-02-09 | 1 | -2/+1 |
* | Move util classes under common•••Also why did we have two copies of LocaleUtils >.>
Bug: 18108776
Change-Id: I03b4403dfd51934e66b567f2f8b87da419cfb3ab
|  Jean Chalard | 2014-11-07 | 1 | -2/+2 |
* | Update v4 format version from 402 to 403.•••Without personalization:
Total words: 1134774, Success Num: 899230, Success Percentage: 79.243%
Bad Failures, with auto-correction (typed word == expected word, output word != expected word): 1871, Bad Failure Percentage: 0.165%
Failures, with auto-correction (F-C): 29084, F-C Percentage: 2.563%
Max Keystrokes: 6072959, Min Keystrokes: 4436090, Keystroke Saving Percentage:26.953%
Before:
Total words: 1134646, Success Num: 925194, Success Percentage: 81.540%
Bad Failures, with auto-correction (typed word == expected word, output word != expected word): 1316, Bad Failure Percentage: 0.116%
Failures, with auto-correction (F-C): 28288, F-C Percentage: 2.493%
Max Keystrokes: 6072831, Min Keystrokes: 3946188, Keystroke Saving Percentage:35.019%
After
Total words: 1134659, Success Num: 944746, Success Percentage: 83.263%
Bad Failures, with auto-correction (typed word == expected word, output word != expected word): 1258, Bad Failure Percentage: 0.111%
Failures, with auto-correction (F-C): 28016, F-C Percentage: 2.469%
Max Keystrokes: 6072844, Min Keystrokes: 3387333, Keystroke Saving Percentage:44.222%
Change-Id: I3af42ec37a11847c0429c28616e726f6a339247f
|  Keisuke Kuroyanagi | 2014-10-31 | 1 | -3/+3 |
* | Enable count based dynamic ngram language model for v403.•••Bug: 14425059
Change-Id: Icc15e14cfd77d37cd75f75318fd0fa36f9ca7a5b
|  Keisuke Kuroyanagi | 2014-10-30 | 1 | -39/+40 |
* | Fix: deleted PtNode handling in v403.•••If a word is once deleted, the word never gets into the
personalized dictionaries due to this bug.
Change-Id: Ife4e3fe1ba0615b4135e6291d2151b0db7d3f940
|  Keisuke Kuroyanagi | 2014-10-27 | 1 | -1/+6 |
* | Remove unused import and method•••Bug: 18003991
Change-Id: Id6b67bf66b397301e5186826dba2b60df9cb4c65
|  Tadashi G. Takaoka | 2014-10-23 | 1 | -1/+0 |
* | Use trigrams for personalization dict.•••5Bug: 14425059
Change-Id: I73cf6904e569d60996a3b079f16ea6df0cb90f02
|  Keisuke Kuroyanagi | 2014-10-23 | 1 | -0/+64 |
* | Add latinime-common local lib•••This is just a placeholder in this CL. It will be shared by LatinIME,
dicttool, and tests.
Change-Id: I6fb3516a5061555f6f24b29141c2871d2319b023
|  Ken Wakasa | 2014-10-22 | 1 | -1/+1 |
* | Merge "Support ngram entry migration." |  Keisuke Kuroyanagi | 2014-10-22 | 1 | -0/+15 |
|\ |
|
| * | Support ngram entry migration.•••Bug: 14425059
Change-Id: I98cb9fa303af2d93a0a3512e8732231c564e3c5d
|  Keisuke Kuroyanagi | 2014-10-22 | 1 | -0/+15 |
* | | Fix some compiler warnings•••This CL fixes the following compiler warnings.
- Indirect access to static member
- Access to a non-accessible member of an enclosing type
- Parameter assignment
- Method can be static
- Local variable declaration hides another field or variable
- Value of local variable is not used
- Unused import
- Unused private member
- Unnecessary 'else' statement
- Unnecessary declaration of throw exception
- Redundant type arguments
- Missing '@Override' annotation
- Unused '@SuppressWarning' annotations
Bug: 18003991
Change-Id: Icfebe753e53a2cc621848f769d6a3d7ce501ebc7
|  Tadashi G. Takaoka | 2014-10-21 | 1 | -5/+4 |
|/ |
|
* | Renaming "blacklist" flag to "possibly offensive"•••No behaviour changes.
Unified the overloaded FusionDictionary::add method to always take an
isPossiblyOffensive argument.
Bug: 11031090
Change-Id: I5741a023ca1ce842d2cf10d4f6c926b0efabaa78
|  Adrian Velicu | 2014-10-21 | 1 | -2/+2 |
* | Change entry count limit.•••Unigram 10K, Bigram 30K, Trigram 30K.
Change-Id: Ibd19c6a2b618499df1c70000bad7b47498187f0a
|  Keisuke Kuroyanagi | 2014-10-20 | 1 | -10/+28 |
* | Update useless n-gram entry detection logic during GC.•••Bug: 14425059
Change-Id: Ib939deae5b60167751dee07965bb1ef1a43c4625
|  Keisuke Kuroyanagi | 2014-10-15 | 1 | -1/+60 |
* | Make sure to suppress BoS prediction until input twice.•••Change-Id: I98d91f264d5d1d3f5bcda1fd9ec885779ba2f746
|  Keisuke Kuroyanagi | 2014-10-06 | 1 | -1/+4 |
* | Fix: BoS prediction is shown after inputting just once.•••Change-Id: Ibba209f47cb5b1a4b08281689d607711b8dcfad4
|  Keisuke Kuroyanagi | 2014-10-06 | 1 | -0/+3 |
* | Make unit tests use new entry updating method.•••Bug: 14425059
Change-Id: Ie7d92e92822a0d3a8b654d213e55d45aab799f5d
|  Keisuke Kuroyanagi | 2014-10-06 | 1 | -84/+73 |
* | Simplify dictionary creation in unit tests.•••Change-Id: Id1b41494701f54651d7f79aba426e15cca8d898d
|  Keisuke Kuroyanagi | 2014-10-03 | 1 | -107/+48 |
* | Rename PrevWordsInfo to NgramContext.•••Bug: 14425059
Change-Id: Id06a71681fa8b5e589e29fba10fe5c1cfed66984
|  Keisuke Kuroyanagi | 2014-09-29 | 1 | -16/+16 |
* | Get stats from dictionary.•••Bug: 16553957
Change-Id: I70c7a7be3c902dc8a0dfe8f946f9ef75ba6c9655
|  Keisuke Kuroyanagi | 2014-09-22 | 1 | -16/+16 |
* | Remove unigram for v402 with historical info.•••Bug: 15531638
Change-Id: If1b73ac693e45a80df987ea16b2dece5597697e8
|  Keisuke Kuroyanagi | 2014-08-15 | 1 | -0/+32 |
* | Make PrevWordsInfo have multiple words' information.•••Bug: 14425059
Change-Id: I2bd6a872904a44b80f638a13d91a97559217cc1a
|  Keisuke Kuroyanagi | 2014-06-25 | 1 | -2/+3 |
* | Use Java 7 diamond operator•••Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef
|  Tadashi G. Takaoka | 2014-05-24 | 1 | -6/+6 |
* | Version up dynamic dict format from 401 to 402.•••Change-Id: Ibea36af905ade773ae3db3a5456f7b5a0ad7d220
|  Keisuke Kuroyanagi | 2014-05-23 | 1 | -1/+1 |
* | Extend jni methods and enable Beginning-of-Sentence.•••Bug: 14119293
Change-Id: I78fc877367dd0d6240eeacb750b6d2d0b93cba83
|  Keisuke Kuroyanagi | 2014-05-23 | 1 | -2/+59 |
* | Use PrevWordsInfo for get/add/remove n-gram(bigram) entry.•••Bug: 14119293
Bug: 14425059
Bug: 15102610
Change-Id: Ib482390f8d15b37d44a1a54e8c243a9eaec3f815
|  Keisuke Kuroyanagi | 2014-05-21 | 1 | -21/+26 |
* | Revert "Use PrevWordsInfo for get/add/remove n-gram(bigram) entry."•••This reverts commit ff50b39176370ab80a33bfdcf9979603c08a88b3.
Bug: 14119293
Bug: 14425059
Bug: 15102610
Change-Id: If278b4ab236e38d20d8cdc0761b0438911bd4ff9
|  Ken Wakasa | 2014-05-20 | 1 | -26/+21 |
* | Use PrevWordsInfo for get/add/remove n-gram(bigram) entry.•••Bug: 14119293
Bug: 14425059
Change-Id: I12e9ba977c153b514c6591ab52940712fd0874e3
|  Keisuke Kuroyanagi | 2014-05-20 | 1 | -21/+26 |
* | Add VERSION4_DEV(402) in Java side and use it for tests.•••Bug: 13406708
Change-Id: I7c9c53bf34d12dced7331a359a83f6444490783a
|  Keisuke Kuroyanagi | 2014-05-14 | 1 | -14/+29 |
* | Support bigram historical information migration.•••Bug: 13406708
Change-Id: I4bae53e43cb7653eac3b5bd13da2d2bc8aaf88a9
|  Keisuke Kuroyanagi | 2014-05-13 | 1 | -1/+9 |
* | Support unigram historical information migration.•••Bug: 13406708
Change-Id: Ibed15b3bc5d5ae68faefa379028dbe10d32b0c0f
|  Keisuke Kuroyanagi | 2014-05-12 | 1 | -4/+45 |
* | Move code only used for dicttool and tests under tests.•••Bug: 13035567
Change-Id: I13c6df013ef2b67c9bf67455d9c32d283bf9ea2e
|  Keisuke Kuroyanagi | 2014-03-27 | 1 | -1/+3 |
* | Change default decaying parameters.•••Bug: 13458617
Change-Id: I4942af4a48881fb6ca866c74140b262e6d323f4a
|  Keisuke Kuroyanagi | 2014-03-14 | 1 | -21/+6 |
* | Separate utility methods from BinaryDictionary.•••Bug: 8187060
Change-Id: Ice2984e332b7bd3bb17174aefc80b5635b72fc50
|  Keisuke Kuroyanagi | 2014-03-05 | 1 | -3/+4 |
* | Correctly read the header of APK-embedded dicts•••Bug: 13164518
Change-Id: I8768ad887af8b89ad9f29637f606c3c68629c7ca
|  Jean Chalard | 2014-02-24 | 1 | -1/+1 |
* | Merge "Remove unused argument from readDictionaryBinary." |  Keisuke Kuroyanagi | 2014-02-14 | 1 | -2/+2 |
|\ |
|
| * | Remove unused argument from readDictionaryBinary.•••Bug: 12810574
Change-Id: Ice415ebd8d11162facca3fe8927ef8a616b11424
|  Keisuke Kuroyanagi | 2014-02-14 | 1 | -2/+2 |
* | | Make InputLogicTest more robust•••Change-Id: I134f14971126cbeed05b472c08747f2b88ad30e6
|  Tadashi G. Takaoka | 2014-02-13 | 1 | -1/+1 |
|/ |
|
* | [HD04] Make the locale mandatory.•••Bug: 11281748
Change-Id: I69281b0053bec404c3e3c713ade3f65a140f51b1
|  Jean Chalard | 2014-02-05 | 1 | -3/+3 |
* | Separate header class from FormatSpec.•••Bug: 12810574
Change-Id: Iacf1cd05a268bf690ab864b5e32a18a4b0ccc693
|  Keisuke Kuroyanagi | 2014-02-04 | 1 | -7/+8 |
* | [HD03] Straighten out attribute key names in Java.•••Bug: 11281748
Change-Id: I1d813bdacd45bcfd9c4cc73ac1d67c5c89854e86
|  Jean Chalard | 2014-01-31 | 1 | -5/+5 |
* | Reading dictionary containing timestamps in Java Side.•••Just skipping historical information fields.
Bug: 11281877
Change-Id: I43d2adaa576b7da11ed3ca54990265dbb6f53b08
|  Keisuke Kuroyanagi | 2014-01-29 | 1 | -0/+52 |
* | Add a dedicated method to control time in native code.•••Bug: 12443085
Change-Id: I41a5cf6c895cb59e54af98b40efded36afcd3247
|  Keisuke Kuroyanagi | 2014-01-15 | 1 | -62/+32 |
* | Have dicttool use the native library to generate v4 dicts.•••Yay !
Change-Id: Iea8ced9e81031b9ab7eff05ad9ef7215be248de9
|  Jean Chalard | 2013-12-13 | 1 | -3/+2 |
* | Remove flags from Java side.•••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
|  Jean Chalard | 2013-12-13 | 1 | -2/+0 |
* | Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c•••The bulk merge from -bayo to klp-dev should not have been merged to master.
Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
|  Ken Wakasa | 2013-12-13 | 1 | -64/+313 |
* | Add a large test adding bigrams for decaying dictionary.•••Bug: 10197478
Change-Id: I34d3c21bd7f70885a3031ce91a4d4c4ba3564856
|  Keisuke Kuroyanagi | 2013-10-08 | 1 | -1/+73 |
* | Fix bug and Add large test for decaying dictionary.•••- GC gets failure when the dictionary become empty.
- Useless unigrams are sometimes not removed.
Bug: 10197478
Change-Id: I8d1479c01efba61a81f03bc077da6bcb4797a940
|  Keisuke Kuroyanagi | 2013-10-07 | 1 | -0/+54 |
* | Check the elapsed time for decaying.•••Bug: 6669677
Change-Id: I0401a4c0908c702ce65abfa5e017dd16cb1296f9
|  Keisuke Kuroyanagi | 2013-10-04 | 1 | -2/+2 |
* | Stochastic decay.•••Bug: 6669677
Change-Id: Ib2d9228b951c77dab7a8675ce9db60677e87e771
|  Keisuke Kuroyanagi | 2013-10-02 | 1 | -4/+8 |