aboutsummaryrefslogtreecommitdiffstats
path: root/tools/dicttool/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Refactor BinaryDictInputOutput.Yuichiro Hanada2012-09-141-1/+2
| | | | Change-Id: Idb4b635fcac70cc988e0dd3ce3bf121fba12099c
* Move FormatOptions and FileHeader to FormatSpec.Yuichiro Hanada2012-09-131-2/+2
| | | | Change-Id: I232e35598635113bf2c81825669c744aadc79efe
* Have makedict support the new file format.Yuichiro Hanada2012-09-101-27/+21
| | | | Change-Id: Idcbba71b397f87a5d59e16bb4061d62261c73282
* Add FormatOptions.Yuichiro Hanada2012-09-051-1/+3
| | | | Change-Id: Ibad05a5f9143de1156b2c897593ec89b0a0b07e7
* Reinstate the shortcut-only attributeJean Chalard2012-08-311-3/+5
| | | | | | | | Also add the blacklist attribute Bug: 7005742 Bug: 2704000 Change-Id: Icbe60bdf25bfb098d9e3f20870be30d6aef07c9d
* Use ByteBuffer when reading FusionDictionary from file.Yuichiro Hanada2012-08-241-3/+19
| | | | Change-Id: Ia71561648e17f846d277c22309ac37c21c67a537
* Reinstate putting shortcut-only entries in the dictionaryJean Chalard2012-08-101-0/+4
| | | | | | | | Not sure at which point this functionality got lost, but anyway, it's back Bug: 6906525 Change-Id: Ie87baa0dacdcee90e029917ca866099593d5d048
* Support a syntax to add whitelist entries in shortcutsJean Chalard2012-08-102-13/+36
| | | | | Bug: 6906525 Change-Id: Ie33586c07973bf76e38390766175ba424d72d655
* Support stdin and stdout for compress/uncompressJean Chalard2012-08-091-16/+22
| | | | | | | This will improve flexibility in dictionary generation by allowing pipelined commands. Change-Id: Ia07bdc82c8bd740b5dfee6b5fd1a067f4b8b7ba5
* Rename dicttool to dicttool_aosp and split commandsJean Chalard2012-08-083-4/+53
| | | | Change-Id: I83d948be2db5cd0203e876f019697e1d5e038818
* Make a makedict command for dicttool (A3)Jean Chalard2012-08-045-0/+749
| | | | | | | | | | | This behaves exactly as the old makedict command. Further changes will redirect the calls to makedict to this, so as to consolidate similar code. Groundwork for Bug: 6429606 Change-Id: Ibeadbf48bec70f988a15ca36ebf5d1ce3b5b54ea
* Simplification (A2)Jean Chalard2012-08-031-17/+8
| | | | | | | A single command at a time and no arity gives opportunity to simplify the argument parsing code. Change-Id: Iff7bab78ede7448a662092f221c590a9eedae2a5
* Remove arity from dicttool commands (A1)Jean Chalard2012-08-033-40/+20
| | | | | | | | | | This unnecessarily complicates and limits commands. It's simpler to just have one command by invocation. Groundwork for Bug: 6429606 Change-Id: I24cf267a9cbc937a5ba53942b29e28e7095d2fd2
* Add a tool to do intendance tasks on dictionaries.Jean Chalard2012-05-283-0/+249
Bug: 6429606 Change-Id: I0c7258d992a4bfa9707002f8fbc425ccde7c6172