aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin/NgramContextTests.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start-of-sentence should include newlines and non-period terminators.•••Bug: 19795382 Change-Id: Id6cc4a494a06de03d351aa6257632bd3b82e2ec4 Tom Ouyang2015-03-171-0/+22
* Handle empty previous ngram context correctly.•••Fixes bug where empty previous ngram context not at the beginning of a sentence incorrectly returned the beginning-of-sentence marker. Bug: 19612336 Change-Id: I5ddf3408e20dcedf70487b85c983cd3fc12550e7 Chieu Nguyen2015-03-091-0/+17
* Add util method in ngramcontext for context array•••Change-Id: I2e3e2ac7706be50ed2055b0c69b30e25a516a879 Jatin Matani2015-03-031-0/+39
* 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. Takaoka2014-10-211-7/+8
* Rename PrevWordsInfo to NgramContext.•••Bug: 14425059 Change-Id: Id06a71681fa8b5e589e29fba10fe5c1cfed66984 Keisuke Kuroyanagi2014-09-291-0/+66