Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change name of header_reading_utlis.*•••Bug: 6669677 Change-Id: I91389050148237580ef640d3a58b935ea752954e | 2013-09-18 | 3 | -6/+5 | |
* | Add dictionary header writing methods.•••Bug: 6669677 Change-Id: I392ac4776b55779903cbaa17e683005d80017a41 | 2013-09-18 | 11 | -65/+179 | |
* | Merge "Implement dictionary flush." | 2013-09-18 | 3 | -1/+49 | |
|\ | |||||
| * | Implement dictionary flush.•••Bug: 6669677 Change-Id: I1d70ac6319fb6d8700074de382568c2108887960 | 2013-09-18 | 3 | -1/+49 | |
* | | Merge "Add BinaryDictionary.getBigramProbabilityNative()." | 2013-09-18 | 4 | -9/+12 | |
|\ \ | |/ |/| | |||||
| * | Add BinaryDictionary.getBigramProbabilityNative().•••Bug: 10197478 Change-Id: Id16e3ee22a17679c46cc7a0199a9e28065177aa3 | 2013-09-18 | 4 | -9/+12 | |
* | | Output input index of second word's first char.•••This is for partial commit. Bug: 9059617 Change-Id: I77a0245b63c29b7234fd9b06d362e05aebf30051 | 2013-09-17 | 6 | -31/+63 | |
|/ | |||||
* | Merge "Prepare dictionary saving in native code." | 2013-09-17 | 9 | -8/+78 | |
|\ | |||||
| * | Prepare dictionary saving in native code.•••Bug: 6669677 Change-Id: I0787f66409e2b183c6328fa05805945520e1e93a | 2013-09-17 | 9 | -8/+78 | |
* | | Implement removeBigramWords() for DynamicPatriciaTrie.•••Bug: 6669677 Change-Id: I99cb517511b4c968b8bf937baab5d7f42b0f534e | 2013-09-17 | 3 | -15/+27 | |
|/ | |||||
* | Fix handling multi-bytes characters and add a test.•••Bug: 6669677 Change-Id: Id2154db47adea2929559a4187a726f9dfa83363e | 2013-09-17 | 2 | -5/+9 | |
* | Fix build.•••Change-Id: I1c3c2996ca11bfe8864df774e9280893cf17c0d4 | 2013-09-17 | 1 | -1/+1 | |
* | Implement addBigramWords() for DynamicPatriciaTrie.•••Bug: 6669677 Change-Id: Ia6aa76c212165690191c65fee9dacdc44be5acd5 | 2013-09-17 | 6 | -36/+93 | |
* | Merge NOT_A_VALID_WORD_POS into NOT_A_DICT_POS.•••Change-Id: I2ac3aa2a19d14e8c4159a59334e7816bd1409688 | 2013-09-16 | 17 | -52/+50 | |
* | Move methods using ByteArrayUtils from .h to .cpp.•••Bug: 10402083 Change-Id: Ic5f1aa11eb403f5bdc83de8e38a6457200519cae | 2013-09-16 | 8 | -89/+120 | |
* | Add boundary check for PtNode reading position.•••Bug: 10743878 Change-Id: I6727b12b0ef98bb9cfb3ca95aeab2c79749f47a2 | 2013-09-16 | 2 | -0/+24 | |
* | Merge "Employ "bigram link" for handling moved bigram target." | 2013-09-13 | 8 | -72/+128 | |
|\ | |||||
| * | Employ "bigram link" for handling moved bigram target.•••Bug: 6669677 Change-Id: I9a6c0cdb28265e3215ced88f38344df12c25a76d | 2013-09-13 | 8 | -72/+128 | |
* | | Merge "Fix bug related to dynamic patricia trie bigram adding." | 2013-09-13 | 4 | -14/+10 | |
|\ \ | |/ |/| | |||||
| * | Fix bug related to dynamic patricia trie bigram adding.•••Bug: 6669677 Change-Id: Ia1216a1860a7c5c12a0d8a0816dda8d6a3bea123 | 2013-09-13 | 4 | -14/+10 | |
* | | Update children's parent position when the node get moved.•••Bug: 6669677 Change-Id: Ifcaf784afd218c7afd70167045cd2aed8b7909c2 | 2013-09-13 | 3 | -2/+27 | |
* | | Change cache capacity depending on the dictionary size.•••Bug: 10699291 Change-Id: I7042d4c1307da2d991d4dd10d637f18026acb996 | 2013-09-12 | 5 | -12/+36 | |
|/ | |||||
* | Merge "Make terminal cache small." | 2013-09-12 | 5 | -55/+58 | |
|\ | |||||
| * | Make terminal cache small.•••Bug: 10699291 Before: (0) 2997.63 (0.98%) (1) 303760.77 (98.92%) (2) 274.94 (0.09%) (66) 0.38 (0.00%) Total 307062.27 (sum of others 307033.73) After: (0) 2953.22 (0.96%) (1) 304633.86 (98.93%) (2) 293.76 (0.10%) (66) 0.38 (0.00%) Total 307915.65 (sum of others 307881.22) Change-Id: I6905abeb590ef50d48ddfcd8ef8b5351af399150 | 2013-09-12 | 5 | -55/+58 | |
* | | Use same session id for typing and gesture.•••Bug: 10699291 Change-Id: I7c8a3a57e8d189b72a17e4b9c6831becee6ec146 | 2013-09-12 | 2 | -6/+9 | |
|/ | |||||
* | Fix bug of dictionary dynamic updating methods.•••Bug: 6669677 Change-Id: I5483adb03e1ac0c27bbfd99d5f4d7cc29809d70a | 2013-09-10 | 3 | -5/+5 | |
* | Move a flag about switching dynamic update to java.•••Bug: 6669677 Change-Id: I6aa99cae4a227f9202179c2873d13473a773e024 | 2013-09-10 | 2 | -33/+13 | |
* | Merge "Fix: ExtendableBuffer" | 2013-09-10 | 1 | -3/+4 | |
|\ | |||||
| * | Fix: ExtendableBuffer•••Bug: 6669677 Change-Id: I73142fdabac1cbd4128b83c3b26b642b4b4f4da7 | 2013-09-10 | 1 | -3/+4 | |
* | | Merge "Implement split and create node methods." | 2013-09-10 | 2 | -19/+115 | |
|\| | |||||
| * | Implement split and create node methods.•••Bug: 6669677 Change-Id: Iac4afb637a8ba3d55f7a88f4a532831c1731f93e | 2013-09-10 | 2 | -19/+115 | |
* | | Merge "Calculate parent offset from the head of moved node." | 2013-09-10 | 4 | -12/+15 | |
|\| | |||||
| * | Calculate parent offset from the head of moved node.•••Bug: 6669677 Change-Id: I710453f1c37ec14e5b6830595c1afb2caff83cf2 | 2013-09-10 | 4 | -12/+15 | |
* | | Merge "Re-call getBuffer after writing in bigram/shortcut policy." | 2013-09-10 | 4 | -12/+24 | |
|\ \ | |/ |/| | |||||
| * | Re-call getBuffer after writing in bigram/shortcut policy.•••Bug: 6669677 Change-Id: I35dc290aa9582e019681b8aae49db3f8d37c90d4 | 2013-09-10 | 4 | -12/+24 | |
* | | Implement create children array and add child method.•••Bug: 6669677 Change-Id: Ic89c3dfe01937e771db8fc59d5259496a9464a47 | 2013-09-09 | 4 | -22/+64 | |
* | | Implement update node probability method.•••Bug: 6669677 Change-Id: I61ac0d05e362fc7d8a967ddd8286580998c70487 | 2013-09-09 | 4 | -11/+57 | |
|/ | |||||
* | Implement inserting new node into PtNode array.•••Bug: 6669677 Change-Id: I0171476231181e41234dde76ac9061febb2e8c35 | 2013-09-06 | 4 | -3/+142 | |
* | Merge "Compute probability using structure policy." | 2013-09-06 | 12 | -28/+62 | |
|\ | |||||
| * | Compute probability using structure policy.•••Bug: 6669677 Change-Id: Icd50fc30274cce65ebeb2e7cc8368b59e5cda05a | 2013-09-06 | 12 | -28/+62 | |
* | | Add node flags creating methods.•••Bug: 6669677 Change-Id: Ieb4178da61fa38f6b32baefa099cc0724f9fb6be | 2013-09-06 | 2 | -0/+32 | |
|/ | |||||
* | DynamicPatriciaTrieWritingUtils to write PtNodes.•••Bug: 6669677 Change-Id: I67cce3c1d338cf747ed2204c96768907d990d269 | 2013-09-05 | 4 | -1/+205 | |
* | Add code point writing methods for updatable dictionaries.•••Bug: 6669677 Change-Id: If7ab6fefdb9a7f0d21c397edbb7d9e7fddc0e0db | 2013-09-05 | 3 | -46/+118 | |
* | Check usesForgettingCurve in HeaderPolicy.•••Bug: 6669677 Change-Id: I47ebfc50f477b2a6514fba6fad421dd90f29ecb1 | 2013-09-05 | 2 | -15/+60 | |
* | Merge "Employ a header attribute map in headerPolicy." | 2013-09-04 | 5 | -112/+119 | |
|\ | |||||
| * | Employ a header attribute map in headerPolicy.•••Bug: 6669677 Change-Id: I4a084cdd7fcd7a8ed3a70fb7e365031eedd981e5 | 2013-09-04 | 5 | -112/+119 | |
* | | Change name of bigram_list_reading_utils.* .•••Bug: 6669677 Change-Id: Ifd2baa11fb4ee083be1d23e8235f6f903c1b5747 | 2013-09-03 | 4 | -4/+3 | |
* | | Add bigram writing methods.•••Bug: 6669677 Change-Id: Ib62f6c31c4bcbb41ac200dccccb13e366b3c2173 | 2013-09-03 | 7 | -50/+268 | |
|/ | |||||
* | Add DynamicShortcutListPolicy::copyAllShortcuts().•••Bug: 6669677 Change-Id: I74959fe3ca59d77ba0279c75f4d72db13735322f | 2013-09-03 | 1 | -2/+25 | |
* | Implement reading side of updating methods of dpt.•••Reading methods are used to determine the position to be updated in dynamic patricia trie. Bug: 6669677 Change-Id: Ie9acdcdbc73aa3fd4294c97aa39451a96b165ed9 | 2013-09-03 | 4 | -9/+191 |