| Commit message (Expand) | Author | Age | Files | Lines |
* | Start-of-sentence should include newlines and non-period terminators.•••Bug: 19795382
Change-Id: Id6cc4a494a06de03d351aa6257632bd3b82e2ec4
|  Tom Ouyang | 2015-03-17 | 1 | -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 Nguyen | 2015-03-09 | 1 | -0/+17 |
* | Add util method in ngramcontext for context array•••Change-Id: I2e3e2ac7706be50ed2055b0c69b30e25a516a879
|  Jatin Matani | 2015-03-03 | 1 | -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. Takaoka | 2014-10-21 | 1 | -7/+8 |
* | Rename PrevWordsInfo to NgramContext.•••Bug: 14425059
Change-Id: Id06a71681fa8b5e589e29fba10fe5c1cfed66984
|  Keisuke Kuroyanagi | 2014-09-29 | 1 | -0/+66 |