Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add DictUpdater.•••Change-Id: Ic586e46e5a9f59de53d53e59886d635345940974 | 2013-10-03 | 1 | -14/+8 | ||
* | Remove some unused variables.•••Change-Id: Iaf1556fec194d17cb4318f2bdcc837f8d79449ef | 2013-10-02 | 1 | -16/+15 | ||
* | Fix a test and crash with a better error message when reading•••When there are too many bigrams, we stop reading the file, so the file pointer is in an inconsistent place. This means we have no idea what's going to happen next. It's better to crash right away. Change-Id: Id3b7b78cbe4fda3493b3c9c46758763e1ab5f6a3 | 2013-10-02 | 1 | -1/+3 | ||
* | Fix runReadUnigramsAndBigramsTests.•••Change-Id: Idd9176c9943dfacac5a06957f1a07187b642b207 | 2013-09-24 | 1 | -1/+1 | ||
* | Add Ver4DictDecoder.•••Bug: 9618601 Change-Id: I43c5840505c6a847aaf4893a400392ccd45903c0 | 2013-09-19 | 1 | -17/+87 | ||
* | Fix handling multi-bytes characters and add a test.•••Bug: 6669677 Change-Id: Id2154db47adea2929559a4187a726f9dfa83363e | 2013-09-17 | 1 | -45/+6 | ||
* | Add Ver4DictEncoder.•••Bug: 9618601 Change-Id: I161d2845906f07c1251deb8005fdffe49c5b7940 | 2013-09-13 | 1 | -37/+38 | ||
* | Add getDictDecoder.•••Bug: 9618601 Change-Id: I173100ac704c03f7d5d0d53477e83cab5d1110d4 | 2013-09-12 | 1 | -25/+8 | ||
* | Add a flag to readDictioanryBinary in DictDecoder.•••Change-Id: I356adb72047ebc43c924fbff1ff45e7460508a31 | 2013-09-11 | 1 | -1/+1 | ||
* | [Refactor] Add DictDecoder.readUnigramsAndBigramsBinary.•••Change-Id: I259db91d837c67cbcb3b6dc504b21dca23a6a5be | 2013-08-26 | 1 | -24/+24 | ||
* | [Refactor] Add DictDecoder.getTerminalPosition.•••Change-Id: I9d04f64a58f5481cbb64cf1c09b5c485dd4176b4 | 2013-08-26 | 1 | -11/+8 | ||
* | Rename CharGroup to PtNode.•••Bug: 10233675 Change-Id: I7b0eb07d195cd386cd0d9e97cd59bf48fcf24107 | 2013-08-26 | 1 | -7/+7 | ||
* | Add DictDecoder.readDictionaryBinary.•••Bug: 10434720 Change-Id: I14690a6e0f922ed1bab3a4b6c9a457ae84d4c1a4 | 2013-08-23 | 1 | -20/+15 | ||
* | Add an unit test for CharEncoding.•••Change-Id: Ifb1cc01fa5bc2d6d69671f1acb9b9675a4081d32 | 2013-08-22 | 1 | -0/+19 | ||
* | Fix writePlacedNode.•••Change-Id: I1d6b086f1d9f0dbd8d74f964e29ae62c533af978 | 2013-08-22 | 1 | -1/+21 | ||
* | Add DictEncoder.•••Change-Id: I41049b9118b58838e5dedf8e5618d939ca70c5ef | 2013-08-22 | 1 | -6/+2 | ||
* | Make readPtNode be called with the address from the beginning of the file.•••Change-Id: I8939fdfb4f79e55bcd7393633784effb30df3f8f | 2013-08-21 | 1 | -2/+2 | ||
* | Rename BinaryDictEncoder to BinaryDictEncoderUtils.•••Change-Id: I4dabf17da7003b1d8204a83dbd10e5be6e8fd805 | 2013-08-21 | 1 | -2/+2 | ||
* | Add PtNodeReader.•••Change-Id: Ic918822fc1b3a8a7c39ffbcf7defde2c5bf888db | 2013-08-21 | 1 | -1/+1 | ||
* | Rename BinaryDictDecoder to Ver3DictDecoder.•••Change-Id: Ibf9b95b658df6e2c2218bdb62e2380f326a03832 | 2013-08-20 | 1 | -11/+11 | ||
* | Remove populateOptions.•••Change-Id: I1a1830aaa8ea586b68fc34ff3a27ae52b810e8af | 2013-08-20 | 1 | -1/+1 | ||
* | [Refactor] Rename BinaryDictReader and BinaryDictDecoder.•••BinaryDictReader -> BinaryDictDecoder. BinaryDictDecoder -> BianryDictDecoderUtils. Change-Id: Iadf2153b379b760538ecda488dda4f17225e5f37 | 2013-08-19 | 1 | -42/+45 | ||
* | Merge "Add HeaderReaderInterface." | 2013-08-19 | 1 | -7/+7 | ||
|\ | ||||||
| * | Add HeaderReaderInterface.•••Change-Id: I298f86b70d18cd08b240509b6f757c72e1a59ffe | 2013-08-19 | 1 | -7/+7 | ||
* | | Fix unit test.•••Change-Id: Ib104d5de71c2ab1a07921b407c74c21b0409d9af | 2013-08-19 | 1 | -4/+9 | ||
|/ | ||||||
* | Make BinaryDictIOUtils and DynamicBinaryIOUtils use BinaryDictReader.•••Change-Id: I191dfe0e05ff3c2c5af99e8beebbb73b097748a3 | 2013-08-16 | 1 | -24/+21 | ||
* | Rename Node to PtNodeArray•••Bug: 10247660 Change-Id: I1a0ac19f58f96adb5efac5fd35c6404831618c99 | 2013-08-16 | 1 | -8/+10 | ||
* | [Refactor] Divide BinaryDictInputOutput into BinaryDictEncoder and BinaryDict...•••Change-Id: I7c3269d77e3e3b567e459dcaa1bc029903941744 | 2013-08-15 | 1 | -0/+635 |