Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge "Create empty dictionary file in native code." | 2013-09-26 | 1 | -0/+6 | |
|\ | |||||
| * | Create empty dictionary file in native code.•••Bug: 6669677 Change-Id: I46d23deee1fd091678f4593561cb8687eb815212 | 2013-09-26 | 1 | -0/+6 | |
* | | Add SparseTable.•••Bug: 10920165 Change-Id: I749dd0269e788799e30b10beb2671813d40ce15f | 2013-09-26 | 2 | -0/+170 | |
|/ | |||||
* | Make Ver4DictEncoder write an address table of terminal nodes.•••Bug: 10920165 Change-Id: I86017456ea9fa5d6e12b57172c34f5ed4f88ef94 | 2013-09-25 | 4 | -12/+49 | |
* | Add Ver4DictDecoder.•••Bug: 9618601 Change-Id: I43c5840505c6a847aaf4893a400392ccd45903c0 | 2013-09-19 | 8 | -193/+482 | |
* | Fix getChildrenPosition.•••Change-Id: Ic39592dbf0d4e6d2e4879cdb1a95b65d46a57e92 | 2013-09-18 | 1 | -2/+9 | |
* | Add Ver4DictEncoder.•••Bug: 9618601 Change-Id: I161d2845906f07c1251deb8005fdffe49c5b7940 | 2013-09-13 | 5 | -7/+305 | |
* | Add getDictDecoder.•••Bug: 9618601 Change-Id: I173100ac704c03f7d5d0d53477e83cab5d1110d4 | 2013-09-12 | 4 | -9/+44 | |
* | Hide DictBuffer from BinaryDictDecoderUtils.•••Bug: 9618601 Change-Id: I87515bc1555bdfe09426a056ceda74d8e63eba82 | 2013-09-12 | 4 | -53/+98 | |
* | Add writePtNode to DictEncoder.•••Bug: 9618601 Change-Id: Ie4529444780edee8d0f0d5f23c5619c1a3344286 | 2013-09-11 | 3 | -67/+78 | |
* | Add a flag to readDictioanryBinary in DictDecoder.•••Change-Id: I356adb72047ebc43c924fbff1ff45e7460508a31 | 2013-09-11 | 2 | -4/+8 | |
* | Check the version of format options before writing.•••Change-Id: I3951e4395a2da225e240e856c23339b679e6155e | 2013-09-10 | 1 | -0/+6 | |
* | Hide physical structure of the dictionary from BinaryDictEncoderUtils.•••Bug: 9618601 Change-Id: I01b8da42058d7c05bf7f4e6d43718032c2ad12c5 | 2013-09-09 | 3 | -150/+230 | |
* | Rename write(|Signed)VariableAddress and to write(|Signed)ChildrenPosition.•••Change-Id: Ib018bde346744b470a4fb13b0c57e3a633b8bb20 | 2013-09-06 | 1 | -23/+23 | |
* | Add computeChildrenPosition and simplify writePlacedNode.•••Change-Id: Idcf0e056bf61e29844d4d0e91c482cd78c41704c | 2013-09-06 | 1 | -20/+19 | |
* | [Refactor] Add writeDictionaryHeader.•••Change-Id: I69026c47ce1d23f5c39c99ace76fa6b96cd1ce1b | 2013-09-05 | 2 | -13/+24 | |
* | Add comments about how to calculate parent and children addresses.•••Change-Id: Idf37d9a08a7b464a14c8755bedb755005e49ba33 | 2013-09-05 | 1 | -13/+16 | |
* | Remove a broken dictionary file when fail to read a dictionary file.•••Bug: 10434720 Change-Id: Ibdf05a39113538546b8fcf9d59af7dddf7ca27fc | 2013-08-26 | 2 | -3/+19 | |
* | Simplify computeActualNodeArraySize.•••Change-Id: I128d02866c2cc70c42263496927327b8a2130139 | 2013-08-26 | 1 | -7/+3 | |
* | [Refactor] Add DictDecoder.readUnigramsAndBigramsBinary.•••Change-Id: I259db91d837c67cbcb3b6dc504b21dca23a6a5be | 2013-08-26 | 3 | -1/+31 | |
* | [Refactor] Add DictDecoder.getTerminalPosition.•••Change-Id: I9d04f64a58f5481cbb64cf1c09b5c485dd4176b4 | 2013-08-26 | 5 | -4/+25 | |
* | Rename CharGroup to PtNode.•••Bug: 10233675 Change-Id: I7b0eb07d195cd386cd0d9e97cd59bf48fcf24107 | 2013-08-26 | 9 | -659/+672 | |
* | Fix getDictionaryFileHeader.•••Change-Id: I5186f41b0f38eb08f4154f7b3de7ffc2119fc44b | 2013-08-23 | 1 | -1/+2 | |
* | Add DictDecoder.readDictionaryBinary.•••Bug: 10434720 Change-Id: I14690a6e0f922ed1bab3a4b6c9a457ae84d4c1a4 | 2013-08-23 | 4 | -29/+73 | |
* | Fix writePlacedNode.•••Change-Id: I1d6b086f1d9f0dbd8d74f964e29ae62c533af978 | 2013-08-22 | 2 | -6/+15 | |
* | Move findWordByBinaryDictReader to BinaryDictIOUtilsTests.•••Change-Id: I443238fd816dea9650dcbbeb3ea757f9674fa52f | 2013-08-22 | 2 | -27/+2 | |
* | Add DictEncoder.•••Change-Id: I41049b9118b58838e5dedf8e5618d939ca70c5ef | 2013-08-22 | 2 | -0/+97 | |
* | Make readPtNode be called with the address from the beginning of the file.•••Change-Id: I8939fdfb4f79e55bcd7393633784effb30df3f8f | 2013-08-21 | 4 | -48/+47 | |
* | Rename BinaryDictEncoder to BinaryDictEncoderUtils.•••Change-Id: I4dabf17da7003b1d8204a83dbd10e5be6e8fd805 | 2013-08-21 | 3 | -18/+18 | |
* | Add PtNodeReader.•••Change-Id: Ic918822fc1b3a8a7c39ffbcf7defde2c5bf888db | 2013-08-21 | 5 | -122/+195 | |
* | Add DictDecoder.•••Change-Id: Ia1c32f21fe07081ce04d093660e18146b93275a4 | 2013-08-20 | 3 | -102/+135 | |
* | Rename BinaryDictDecoder to Ver3DictDecoder.•••Change-Id: Ibf9b95b658df6e2c2218bdb62e2380f326a03832 | 2013-08-20 | 4 | -14/+14 | |
* | Remove populateOptions.•••Change-Id: I1a1830aaa8ea586b68fc34ff3a27ae52b810e8af | 2013-08-20 | 5 | -111/+58 | |
* | [Refactor] Rename BinaryDictReader and BinaryDictDecoder.•••BinaryDictReader -> BinaryDictDecoder. BinaryDictDecoder -> BianryDictDecoderUtils. Change-Id: Iadf2153b379b760538ecda488dda4f17225e5f37 | 2013-08-19 | 7 | -1034/+1057 | |
* | Add HeaderReaderInterface.•••Change-Id: I298f86b70d18cd08b240509b6f757c72e1a59ffe | 2013-08-19 | 5 | -66/+134 | |
* | Make BinaryDictIOUtils and DynamicBinaryIOUtils use BinaryDictReader.•••Change-Id: I191dfe0e05ff3c2c5af99e8beebbb73b097748a3 | 2013-08-16 | 2 | -15/+18 | |
* | Remove a static buffer for thread safety.•••Change-Id: I335c35eb182ff63abb8a5b04c053a98d44b7c6ce | 2013-08-16 | 1 | -12/+4 | |
* | Merge "Remove unnecessary caching." | 2013-08-16 | 1 | -12/+0 | |
|\ | |||||
| * | Remove unnecessary caching.•••Change-Id: Ic4ccab9d344b30b72fca1503827eec1c628fa4ac | 2013-08-16 | 1 | -12/+0 | |
* | | Rename Node to PtNodeArray•••Bug: 10247660 Change-Id: I1a0ac19f58f96adb5efac5fd35c6404831618c99 | 2013-08-16 | 6 | -335/+351 | |
|/ | |||||
* | [Refactor] Divide BinaryDictInputOutput into BinaryDictEncoder and BinaryDict...•••Change-Id: I7c3269d77e3e3b567e459dcaa1bc029903941744 | 2013-08-15 | 5 | -840/+885 | |
* | Add an initial JNI interface to dicttool.•••Bug: 10100269 Change-Id: I883992c2033e7d9e7c754c0bf653767728b221b6 | 2013-08-15 | 1 | -0/+8 | |
* | Revert "[Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils and...•••This reverts commit 4c63d0614e7ed7aea4bcbab3a17090d841661d92. Change-Id: I1fa277d720bab4d895259df7d6d82eebfa5eb6c5 | 2013-08-15 | 5 | -894/+849 | |
* | [Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils and BinaryD...•••Change-Id: I0d476abe763c11ba9005152f928e8dccf15ac9de | 2013-08-15 | 5 | -849/+894 | |
* | [Refactor] Move some helper methods to BinaryDictIOUtils.•••Change-Id: Ib817a975dc1f82241f732b236c44b042fda25b3c | 2013-08-15 | 3 | -80/+78 | |
* | Move some methods in BinaryDictIOUtils to DynamicBinaryDictIOUtils.•••Change-Id: I9ba55582c533fef0eb3e60c46bf23c8b16ee1ff4 | 2013-08-14 | 2 | -457/+499 | |
* | Merge "Add FusionDictionaryBufferFromWritableByteBufferFactory." | 2013-08-14 | 1 | -0/+27 | |
|\ | |||||
| * | Add FusionDictionaryBufferFromWritableByteBufferFactory.•••Change-Id: I23de0a178e7f11f2cf301fd433cde60c6152055b | 2013-08-14 | 1 | -0/+27 | |
* | | Move some constants in BinaryDictInputOutput to FormatSpec.•••Change-Id: I6b12faf35b65238b9a64c82d4d1a6050f980e72e | 2013-08-14 | 3 | -22/+20 | |
|/ | |||||
* | Add BinaryDictReader.•••Bug: 9618601 Change-Id: Ief07fa0c3c4f7f5999a3fafcef4e47b6b6fd8143 | 2013-08-13 | 3 | -11/+128 |