| Commit message (Expand) | Author | Age | Files | Lines |
* | Add bigram lookup implementation.•••Bug: 5046459
Change-Id: Id2c7686c5da078751ed587e559417e808779aa7a
|  Jean Chalard | 2011-08-02 | 1 | -0/+147 |
* | Small native refactoring.•••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
|  Jean Chalard | 2011-07-26 | 1 | -0/+73 |
* | Check the binary dictionary magic number•••...and return NULL if it does not matched an expected value.
Bug: 5052486
Change-Id: I1dc7955d2785ee080bc5c22398be9befe332f096
|  Jean Chalard | 2011-07-20 | 1 | -0/+13 |
* | New dict format, step 7•••This actually implements the new dictionary format, but does not
activate the implementation through #defines.
Bug: 4392433
Change-Id: I9b26b9bcb4b823a36e0984799b69730acfc6f7f3
|  Jean Chalard | 2011-07-13 | 1 | -0/+209 |