summaryrefslogtreecommitdiffstats
path: root/tools/dicttool/src
Commit message (Expand)AuthorAgeFilesLines
* Large simplification in obtaining a raw dictionaryJean Chalard2014-11-051-81/+59
* Merge "Initial commit for native dicttoolkit."Keisuke Kuroyanagi2014-10-311-0/+1
|\
| * Initial commit for native dicttoolkit.Keisuke Kuroyanagi2014-10-311-0/+1
* | Using "blacklist" flag as "possibly offensive"Adrian Velicu2014-10-312-21/+32
|/
* Fix unit test breakageTadashi G. Takaoka2014-10-241-1/+0
* Merge "Some more simplification of DecoderSpec works"Jean Chalard2014-10-241-6/+13
|\
| * Some more simplification of DecoderSpec worksJean Chalard2014-10-231-6/+13
* | Merge "Simplify handling of steps in DecoderChainSpec"Jean Chalard2014-10-241-12/+25
|\|
| * Simplify handling of steps in DecoderChainSpecJean Chalard2014-10-231-12/+25
* | Remove unused import and methodTadashi G. Takaoka2014-10-231-9/+0
|/
* Fix Javadoc and null analysis related warningsTadashi G. Takaoka2014-10-232-3/+3
* Remove XML input/output from dicttool.Jean Chalard2014-10-224-503/+13
* Fix some compiler warningsTadashi G. Takaoka2014-10-212-4/+1
* Renaming "blacklist" flag to "possibly offensive"Adrian Velicu2014-10-214-10/+12
* Merge "Include a code point table in the binary dictionary."Akifumi Yoshimoto2014-10-021-1/+1
|\
| * Include a code point table in the binary dictionary.Akifumi Yoshimoto2014-10-021-1/+1
* | Introduce NgramProperty in Java side.Keisuke Kuroyanagi2014-10-013-6/+6
|/
* Read dicttool option for switching code point tableAkifumi Yoshimoto2014-09-261-17/+36
* Refactor dicttool with try-with-resourceTadashi G. Takaoka2014-06-227-168/+182
* Use Java 7 diamond operatorTadashi G. Takaoka2014-05-247-20/+17
* Have dicttool test tidy up after itself.Jean Chalard2014-05-231-3/+29
* Move code only used for dicttool and tests under tests.Keisuke Kuroyanagi2014-03-273-47/+6
* Fix: dicttool build.Keisuke Kuroyanagi2014-03-071-0/+1
* Move DictionaryOptions from FusionDictionary to FormatSpec.Keisuke Kuroyanagi2014-03-062-2/+1
* Separate WeightedString from FusionDictionary.Keisuke Kuroyanagi2014-03-064-4/+4
* Fix: dicttool build.Keisuke Kuroyanagi2014-02-281-0/+22
* Correctly read the header of APK-embedded dictsJean Chalard2014-02-242-2/+2
* Remove unused argument from readDictionaryBinary.Keisuke Kuroyanagi2014-02-142-2/+2
* Remove unused code.Keisuke Kuroyanagi2014-02-101-1/+0
* Make PtNode have ProbabilityInfo instead of raw value.Keisuke Kuroyanagi2014-02-104-17/+35
* Use CombinedFormatUtils to convert dict elements to strings.Keisuke Kuroyanagi2014-02-061-48/+34
* Consolidate WordProperty and Word.Keisuke Kuroyanagi2014-02-064-65/+71
* Make WeightedString have ProbabilityInfo.Keisuke Kuroyanagi2014-02-054-16/+20
* Remove ver4 dict updater.Keisuke Kuroyanagi2013-12-171-3/+2
* Fix failing testsJean Chalard2013-12-161-3/+0
* Have dicttool use the native library to generate v4 dicts.Jean Chalard2013-12-131-2/+2
* Remove flags from Java side.Jean Chalard2013-12-133-37/+3
* Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20cKen Wakasa2013-12-131-3/+3
* Show more messages when reading a compressed combined format file.Yuichiro Hanada2013-10-081-1/+5
* Make dicttool read the compressed combined format.Yuichiro Hanada2013-09-302-15/+17
* Fix getDictionary.Yuichiro Hanada2013-09-261-1/+1
* Add a new option for version 4 to dicttool.Yuichiro Hanada2013-09-191-7/+12
* Add getDictDecoder.Yuichiro Hanada2013-09-122-3/+3
* Add a flag to readDictioanryBinary in DictDecoder.Yuichiro Hanada2013-09-112-2/+2
* Rename CharGroup to PtNode.Yuichiro Hanada2013-08-262-11/+11
* Add DictDecoder.readDictionaryBinary.Yuichiro Hanada2013-08-232-8/+7
* Add DictEncoder.Yuichiro Hanada2013-08-221-4/+4
* Rename BinaryDictEncoder to BinaryDictEncoderUtils.Yuichiro Hanada2013-08-211-2/+2
* Rename BinaryDictDecoder to Ver3DictDecoder.Yuichiro Hanada2013-08-202-6/+6
* [Refactor] Rename BinaryDictReader and BinaryDictDecoder.Yuichiro Hanada2013-08-192-13/+14