- Mar 20, 2015
-
-
Dan Zivkovic authored
We're waiting 10 minutes for tests to run, and half of that time is spent in depreacted code related to migration of Delight2 dictionary files. LatinIME will never migrate another Delight2 dictionary file again, so we can delete this code. Change-Id: I05c7d8429e8d9a26139456763c77997340fea8c2
-
- Mar 16, 2015
-
-
Dan Zivkovic authored
BinaryDictionaryTests runs all tests 3 times for 3 format verisons. Cut that number down by 33% to speed things up. Change-Id: I8a2f78017fa30f46b5873dcf6a5f478f57af2ebd
-
- Feb 27, 2015
-
-
Mohammadinamul Sheik authored
Change-Id: I72d37cc21585b18f4a41ff32627024502f10e993
-
- Feb 21, 2015
-
-
Mohammadinamul Sheik authored
Change-Id: I0ec4aa69d9b5f013ae926cc368e25225d9d3073b
-
- Feb 11, 2015
-
-
Dan Zivkovic authored
Note this change does not affect the native decoder interface. Change-Id: I73b7dc008a5acaf75a31a36a2d332b5afabd82d0
-
- Feb 05, 2015
-
-
Mohammadinamul Sheik authored
Change-Id: Ie4d325b3152e1e7e424b8b436e222e194e4d9da0
-
- Nov 21, 2014
-
-
Tadashi G. Takaoka authored
Change-Id: I82d574c67b25239510f3ecc8882efe46e40677eb
-
- Nov 12, 2014
-
-
Adrian Velicu authored
Change-Id: Ib61a5005a82927f5e12a19c9c14f20d46572cf31
-
- Oct 31, 2014
-
-
Keisuke Kuroyanagi authored
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
-
Adrian Velicu authored
Bug: 11031090 Change-Id: Ifd7b241f1a0a30678ca7de97cc6e96927a9b5c8f
-
Adrian Velicu authored
Bug: 11031090 Change-Id: I5cc0d006ab003656498eb82b0875eb9c051d331e
-
- Oct 28, 2014
-
-
Jean Chalard authored
Bug: 18108776 Change-Id: Ia46a4102a0e86e71118ca5e641f9f531998e166b
-
- Oct 24, 2014
-
-
Ken Wakasa authored
Change-Id: I1befc2f1288674b4d871b27bdc5251b2b95e8bb7
-
- Oct 23, 2014
-
-
Ken Wakasa authored
Our intention is to have classes of latinime-common under the common package as much as we can. Change-Id: I76efbbbe7bebf1a4aa943715cdff64f91675e20d
-
- Oct 22, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 14425059 Change-Id: Ib03a0c3d166ed6f1e60c67127b28006d55143b6b
-
- Oct 21, 2014
-
-
Tadashi G. Takaoka authored
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
-
Adrian Velicu authored
No behaviour changes. Unified the overloaded FusionDictionary::add method to always take an isPossiblyOffensive argument. Bug: 11031090 Change-Id: I5741a023ca1ce842d2cf10d4f6c926b0efabaa78
-
- Oct 20, 2014
-
-
Keisuke Kuroyanagi authored
Unigram 10K, Bigram 30K, Trigram 30K. Change-Id: Ibd19c6a2b618499df1c70000bad7b47498187f0a
-
- Oct 09, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 14425059 Change-Id: Ib03b58525fae12f254b45630bee31ecbdde227b1
-
- Oct 06, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 16547409 Change-Id: I43f5a15153cbd7072fde15764a664ad4d1c6417f
-
- Oct 03, 2014
-
-
Jean Chalard authored
The behavior change was introduced by I8b3458ad. Concretely, empty bigram lists would end up as empty lists instead of null. Change-Id: Ibcdf7e6aabc6aba3f5db0477335882394e050ce5
-
- Oct 02, 2014
-
-
Akifumi Yoshimoto authored
Bug:17097992 Change-Id: I677a5eb3a704e4386f6573360e44ca335d81d2df
-
- Oct 01, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 14425059 Change-Id: I8b3458ad22730b3dccbe0caea2c5930f5276dc82
-
- Sep 26, 2014
-
-
Akifumi Yoshimoto authored
Bug:17097992 Change-Id: Ifd76dbd4d385d800af416368e25c9e56a76d0fbf
-
- Aug 21, 2014
-
-
Keisuke Kuroyanagi authored
Change-Id: I27d14697f931c9511420a459c49312ea6e10c366
-
- Jun 24, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 14119293 Change-Id: Ie975138f819794d5c34a7a547be5a6117050e084
-
- May 23, 2014
-
-
Tadashi G. Takaoka authored
Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef
-
Keisuke Kuroyanagi authored
Change-Id: Ibea36af905ade773ae3db3a5456f7b5a0ad7d220
-
Keisuke Kuroyanagi authored
Bug: 14119293 Change-Id: I78fc877367dd0d6240eeacb750b6d2d0b93cba83
-
- May 14, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 13406708 Change-Id: I7c9c53bf34d12dced7331a359a83f6444490783a
-
- May 09, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 13406708 Change-Id: I0b434717ea3edbb131650af634c53cfbfe113c3e
-
- Mar 28, 2014
-
-
Keisuke Kuroyanagi authored
Change-Id: I8497d6cf446297bc8c15e9d9818078b1026a8c51
-
- Mar 27, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 13035567 Change-Id: I13c6df013ef2b67c9bf67455d9c32d283bf9ea2e
-
- Mar 06, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 8187060 Bug:13035567 Change-Id: Id4f45e589521ae98c926a4c0607be10ce1a983f2
-
Keisuke Kuroyanagi authored
Bug: 8187060 Change-Id: I40c1dafca3eb52244c64fdb4c1db30a56385d678
-
- Mar 05, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 8187060 Bug:13035567 Change-Id: I90a5e0665c367f5a1bd786f4babf0d03e79e68fa
-
Keisuke Kuroyanagi authored
Bug: 8187060 Change-Id: Ice2984e332b7bd3bb17174aefc80b5635b72fc50
-
- Feb 28, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 13197276 Change-Id: Ib5247da691ff24a73e13485288237ccc51bb54f0
-
- Feb 27, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 8187060 Bug: 13127350 Change-Id: I081ee904c41898128efa8ba7a1bf3fa0a46c6231
-
- Feb 26, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 13197276 Change-Id: I6c38a127e1745903594b7bf0ec80ef179e794feb
-