| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove flags from Java side.•••This simplifies the code quite a bit.
- GERMAN_UMLAUTS are now handled through a key-value attribute.
The dictionary generator does not need to know about it any more.
- FRENCH_LIGATURES are deprecated as we handle them with shortcuts now.
- CONTAINS_BIGRAMS is deprecated. Bigram processing is always applied
regardless of this flag.
Bug: 11281748
Change-Id: I55a11ba61d3589c1584a3fa6c941374b349b7b5c
|  Jean Chalard | 2013-12-12 | 1 | -6/+3 |
* | Split the header into a separate file.•••Bug: 11281748
Change-Id: Ia2490d18bf159990310e10ed45fb6b3a0dee1c5f
|  Jean Chalard | 2013-12-11 | 1 | -8/+6 |
* | Fix auto-detection of format 4.•••Bug: 11073222
Change-Id: I76e47d0399cf43fc3cc18cb1252f166be86b9a69
|  Jean Chalard | 2013-11-29 | 1 | -0/+25 |
* | Add the new format of bigram entries.•••In new format, each bigram entry has flags (1 byte), a terminal id (3 byte),
a time-stamp (4 byte), a counter (1 byte) and a level (1 byte).
Bug: 10920255
Bug: 10920165
Change-Id: I0f7fc125a6178e6d25a07e8462afc41a7f57e3e1
|  Yuichiro Hanada | 2013-10-11 | 1 | -1/+2 |
* | Add AbstractDictDecoder.•••Change-Id: Ie69d84e090f69dc3ea1f5de73ad8c954ecd2c6a7
|  Yuichiro Hanada | 2013-10-04 | 1 | -0/+206 |