| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Bug: 5046459
Change-Id: Id2c7686c5da078751ed587e559417e808779aa7a
|
|
|
|
|
|
|
|
|
|
|
|
| |
Move a purely dictionary-format-related function that is needed
both by unigrams and bigrams to the binary format handling
file.
Also remove the empty UnigramDictionary::getBigrams placeholder
function, on grounds that it should be in the BigramDictionary
class.
Bug: 5046459
Change-Id: I8a67a25f72122e2fa0b19ae1d936db25eb0b20ba
|
|
|
|
|
|
|
| |
...and return NULL if it does not matched an expected value.
Bug: 5052486
Change-Id: I1dc7955d2785ee080bc5c22398be9befe332f096
|
|
This actually implements the new dictionary format, but does not
activate the implementation through #defines.
Bug: 4392433
Change-Id: I9b26b9bcb4b823a36e0984799b69730acfc6f7f3
|