| Commit message (Expand) | Author | Age | Files | Lines |
* | Correctly read the header of APK-embedded dicts•••Bug: 13164518
Change-Id: I8768ad887af8b89ad9f29637f606c3c68629c7ca
|  Jean Chalard | 2014-02-24 | 2 | -2/+2 |
* | Remove unused argument from readDictionaryBinary.•••Bug: 12810574
Change-Id: Ice415ebd8d11162facca3fe8927ef8a616b11424
|  Keisuke Kuroyanagi | 2014-02-14 | 2 | -2/+2 |
* | Remove unused code.•••Bug: 12810574
Change-Id: If0ef02a984469a3b6e0c00b1c3c8d98d0d2b5466
|  Keisuke Kuroyanagi | 2014-02-10 | 1 | -1/+0 |
* | Make PtNode have ProbabilityInfo instead of raw value.•••Bug: 11281877
Bug: 12810574
Change-Id: Id1cda0afc74c4e30633c735729143491b2274a7b
|  Keisuke Kuroyanagi | 2014-02-10 | 4 | -17/+35 |
* | Use CombinedFormatUtils to convert dict elements to strings.•••Bug: 11281877
Bug: 12810574
Change-Id: Ib631f75eab73abc9877a7698171c45e8f2fc7600
|  Keisuke Kuroyanagi | 2014-02-06 | 1 | -48/+34 |
* | Consolidate WordProperty and Word.•••Bug: 11281877
Bug: 12810574
Change-Id: I9dc99188f80f25a8780c1860dab46e4aa80a23e5
|  Keisuke Kuroyanagi | 2014-02-06 | 4 | -65/+71 |
* | Make WeightedString have ProbabilityInfo.•••Bug: 11281877
Bug: 12810574
Change-Id: I265e3d8654c75766cd0e0d09d67ef62b4566298a
|  Keisuke Kuroyanagi | 2014-02-05 | 4 | -16/+20 |
* | Remove ver4 dict updater.•••Change-Id: I468994c98d091be621b9fb3fbe6405c67fc6a465
|  Keisuke Kuroyanagi | 2013-12-17 | 1 | -3/+2 |
* | Fix failing tests•••- Version 3 is not supported
- Now passing the right string to open v4 dicts. Fix the tests for this.
Change-Id: I7829330c3568a715b96396ba4e4e69c6e17775ab
|  Jean Chalard | 2013-12-16 | 1 | -3/+0 |
* | Have dicttool use the native library to generate v4 dicts.•••Yay !
Change-Id: Iea8ced9e81031b9ab7eff05ad9ef7215be248de9
|  Jean Chalard | 2013-12-13 | 1 | -2/+2 |
* | 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: If567e52e245a9342adc7f3104a0f7d8d782df8c1
|  Jean Chalard | 2013-12-13 | 3 | -37/+3 |
* | Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c•••The bulk merge from -bayo to klp-dev should not have been merged to master.
Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
|  Ken Wakasa | 2013-12-13 | 1 | -3/+3 |
* | Show more messages when reading a compressed combined format file.•••Change-Id: I51a1b9454fcfe656e0fcf762dcfd9ecbadde86c3
|  Yuichiro Hanada | 2013-10-08 | 1 | -1/+5 |
* | Make dicttool read the compressed combined format.•••Change-Id: Ib39fa110402895a655f4e705caae53397ace9259
|  Yuichiro Hanada | 2013-09-30 | 2 | -15/+17 |
* | Fix getDictionary.•••Change-Id: I6bc3ec8dd4397a9aaf9dca2f16ce8a1929a47e9e
|  Yuichiro Hanada | 2013-09-26 | 1 | -1/+1 |
* | Add a new option for version 4 to dicttool.•••Change-Id: I18fd48c1f6921758d30330fbc77f4a917c33f1c8
|  Yuichiro Hanada | 2013-09-19 | 1 | -7/+12 |
* | Add getDictDecoder.•••Bug: 9618601
Change-Id: I173100ac704c03f7d5d0d53477e83cab5d1110d4
|  Yuichiro Hanada | 2013-09-12 | 2 | -3/+3 |
* | Add a flag to readDictioanryBinary in DictDecoder.•••Change-Id: I356adb72047ebc43c924fbff1ff45e7460508a31
|  Yuichiro Hanada | 2013-09-11 | 2 | -2/+2 |
* | Rename CharGroup to PtNode.•••Bug: 10233675
Change-Id: I7b0eb07d195cd386cd0d9e97cd59bf48fcf24107
|  Yuichiro Hanada | 2013-08-26 | 2 | -11/+11 |
* | Add DictDecoder.readDictionaryBinary.•••Bug: 10434720
Change-Id: I14690a6e0f922ed1bab3a4b6c9a457ae84d4c1a4
|  Yuichiro Hanada | 2013-08-23 | 2 | -8/+7 |
* | Add DictEncoder.•••Change-Id: I41049b9118b58838e5dedf8e5618d939ca70c5ef
|  Yuichiro Hanada | 2013-08-22 | 1 | -4/+4 |
* | Rename BinaryDictEncoder to BinaryDictEncoderUtils.•••Change-Id: I4dabf17da7003b1d8204a83dbd10e5be6e8fd805
|  Yuichiro Hanada | 2013-08-21 | 1 | -2/+2 |
* | Rename BinaryDictDecoder to Ver3DictDecoder.•••Change-Id: Ibf9b95b658df6e2c2218bdb62e2380f326a03832
|  Yuichiro Hanada | 2013-08-20 | 2 | -6/+6 |
* | [Refactor] Rename BinaryDictReader and BinaryDictDecoder.•••BinaryDictReader -> BinaryDictDecoder.
BinaryDictDecoder -> BianryDictDecoderUtils.
Change-Id: Iadf2153b379b760538ecda488dda4f17225e5f37
|  Yuichiro Hanada | 2013-08-19 | 2 | -13/+14 |
* | Rename Node to PtNodeArray•••Bug: 10247660
Change-Id: I1a0ac19f58f96adb5efac5fd35c6404831618c99
|  Jean Chalard | 2013-08-16 | 4 | -8/+10 |
* | Remove unused imports.•••Change-Id: Ib46da6efeaa8f83a9cda24c947fc2e667a1468e8
|  Yuichiro Hanada | 2013-08-16 | 2 | -4/+0 |
* | Fix build.•••Change-Id: I80d177f3c9bff1fb90029edeafa4a62d0b99e09e
|  Yuichiro Hanada | 2013-08-15 | 1 | -2/+2 |
* | [Refactor] Divide BinaryDictInputOutput into BinaryDictEncoder and BinaryDict...•••Change-Id: I7c3269d77e3e3b567e459dcaa1bc029903941744
|  Yuichiro Hanada | 2013-08-15 | 3 | -12/+13 |
* | Revert "[Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils and...•••This reverts commit 4c63d0614e7ed7aea4bcbab3a17090d841661d92.
Change-Id: I1fa277d720bab4d895259df7d6d82eebfa5eb6c5
|  Ken Wakasa | 2013-08-15 | 2 | -9/+8 |
* | [Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils and BinaryD...•••Change-Id: I0d476abe763c11ba9005152f928e8dccf15ac9de
|  Yuichiro Hanada | 2013-08-15 | 2 | -8/+9 |
* | Add BinaryDictReader.•••Bug: 9618601
Change-Id: Ief07fa0c3c4f7f5999a3fafcef4e47b6b6fd8143
|  Yuichiro Hanada | 2013-08-13 | 2 | -23/+10 |
* | Generalize constuctors & add tests•••If there is any two-args constructor with the right arg types
in a test class, use it. Also, add a test suite to dicttool test.
Also, have the return value of dicttool reflect success or
failure.
Change-Id: I51ab2a4abb93a0a483e8d6ef3c39d1ff1bce1dbd
|  Jean Chalard | 2013-07-04 | 2 | -9/+26 |
* | Add args to dicttool test.•••Change-Id: I0667e0a5a6f6db3964cfcca5c8f083b9ceb41a2e
|  Jean Chalard | 2013-07-01 | 1 | -10/+57 |
* | Add tests to dicttool test.•••Bug: 8526576
Change-Id: Idd6f9cd076d5915361c68f5c29afbba67dd54eba
|  Jean Chalard | 2013-06-20 | 1 | -2/+10 |
* | Add an initial test command to dicttool.•••Also fix some warnings
This is a preliminary change to help track b/8526576
Bug: 8526576
Change-Id: If2ed74bb92f9b5fb7bbaf9c4851d9d0b5514b405
|  Jean Chalard | 2013-06-19 | 4 | -2/+52 |
* | Fix a bug in the diff tool•••Fix reporting of removed attributes multiple times instead
of just one in some cases. Also, report the frequency of
the removed bigram in the same cases.
Change-Id: I1455fa7553fcebc3005c222bf5aa9afcf1678c31
|  Jean Chalard | 2012-11-08 | 1 | -1/+6 |
* | Add a missing report, and fix a wrong report•••Deleted words would be reported, but added words wouldn't
Also, shortcuts would be reported as bigrams
Change-Id: I017653f2afa65cf16924017a0be2ee2cbd6ca10d
|  Jean Chalard | 2012-11-01 | 1 | -7/+16 |
* | Add a "no changes" message in the diff command•••Also fix a bug where no locale would be interpreted as a
different locale instead of the same.
Change-Id: I296feef45e39a9e89509cb315e789676755141ab
|  Jean Chalard | 2012-11-01 | 1 | -8/+30 |
* | Fix an NPE in recent code•••Change-Id: I5c76edff5c3c250167d425a737b09b10e25f9f84
|  Jean Chalard | 2012-11-01 | 1 | -1/+3 |
* | Merge "Use spaces instead of tabs in the combined format." |  Jean Chalard | 2012-10-31 | 1 | -3/+3 |
|\ |
|
| * | Use spaces instead of tabs in the combined format.•••Change-Id: Ie8a4cdc44f87839e29bfbffc03d4853b7b5cc5f6
|  Jean Chalard | 2012-10-31 | 1 | -3/+3 |
* | | Add a plumbing option to dicttool info.•••Also align the `porcelain' option to the diff command
that was used mistakenly.
Bug: 7388665
Change-Id: Ic0e1b98c62ce37b2e909384a0370af4458563703
|  Jean Chalard | 2012-10-31 | 2 | -10/+22 |
|/ |
|
* | Cleanup after dicttool•••Arrange for temporary files to be deleted.
Also, add a security on stack overflows.
Change-Id: I9da2ebefb06409a71b235243ea835ce10d6a9b81
|  Jean Chalard | 2012-10-30 | 2 | -7/+16 |
* | Implement the package command•••Bug: 7388852
Change-Id: Ib6a50e02894961b4c7d3f57bc0fc70c3b3bfe4e9
|  Jean Chalard | 2012-10-30 | 1 | -3/+17 |
* | Add the unpackage command•••Bug: 7388852
Change-Id: I7e5376f5d646e669884ef78e4e0dee62c99d4d6b
|  Jean Chalard | 2012-10-30 | 4 | -0/+87 |
* | Add an empty crypt command to aosp dicttool•••This also makes the AdditionalCommandList useless,
so let's remove it
Bug: 7388852
Change-Id: I308f54ca6f778afe01c1233801a9cc22ebb3d1e9
|  Jean Chalard | 2012-10-30 | 4 | -24/+33 |
* | Accept comments in the combined file format•••Change-Id: I17b745281b8b7b1922e1c2d3717986e9bb11aa0b
|  Jean Chalard | 2012-10-29 | 1 | -2/+10 |
* | Remove warnings•••Thanks Eclipse
Change-Id: I88e3979ed22be5d8be5a5accdde417c6b1a8bf2d
|  Jean Chalard | 2012-10-29 | 3 | -5/+3 |
* | Add word arguments to the info command (A10)•••With this, it's now possible to get all the information about a word from
any dictionary.
Bug: 7388857
Change-Id: Ifc9d539f52f87044a1974d95bf35d87465e84c47
|  Jean Chalard | 2012-10-29 | 1 | -2/+46 |
* | Implement the word-level diff (A9)•••Bug: 7388857
Change-Id: I4c4560d4f4b579936a44cdf409a4c27300b65610
|  Jean Chalard | 2012-10-29 | 1 | -11/+79 |