History log of /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/NgramContextTests.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5aeb09213000eb571ea4f07d97e59254b8831eee 17-Mar-2015 Tom Ouyang <ouyang@google.com> Start-of-sentence should include newlines and non-period terminators.

Bug: 19795382
Change-Id: Id6cc4a494a06de03d351aa6257632bd3b82e2ec4
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/NgramContextTests.java
21a28abc6ac3a2404e7b90327122b1364a283ec9 10-Mar-2015 Chieu Nguyen <cvnguyen@google.com> 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
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/NgramContextTests.java
a568e0acb4a45707e554f63aede917bfa46b9dba 03-Mar-2015 Jatin Matani <jatinm@google.com> Add util method in ngramcontext for context array

Change-Id: I2e3e2ac7706be50ed2055b0c69b30e25a516a879
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/NgramContextTests.java
5f00fe09e9a611b647592188316e5999465df4d3 20-Oct-2014 Tadashi G. Takaoka <takaoka@google.com> 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
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/NgramContextTests.java
bb0eca57054758ef17b032d2654c1fc5f6b32101 29-Sep-2014 Keisuke Kuroyanagi <ksk@google.com> Rename PrevWordsInfo to NgramContext.

Bug: 14425059
Change-Id: Id06a71681fa8b5e589e29fba10fe5c1cfed66984
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/NgramContextTests.java