Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge "Fix UserHistoryDictionaryTests." | 2013-10-03 | 1 | -47/+45 | |
|\ | |||||
| * | Fix UserHistoryDictionaryTests.•••Bug: 6669677 Bug: 10667710 Change-Id: I6cdc6a6c9cacc7f276fda3a26ec31e3eb928471c | 2013-10-03 | 1 | -47/+45 | |
* | | Add DictUpdater.•••Change-Id: Ic586e46e5a9f59de53d53e59886d635345940974 | 2013-10-03 | 2 | -35/+12 | |
|/ | |||||
* | Merge "Remove some unused variables." | 2013-10-02 | 2 | -20/+16 | |
|\ | |||||
| * | Remove some unused variables.•••Change-Id: Iaf1556fec194d17cb4318f2bdcc837f8d79449ef | 2013-10-02 | 2 | -20/+16 | |
* | | Merge "Stochastic decay." | 2013-10-02 | 1 | -4/+8 | |
|\ \ | |/ |/| | |||||
| * | Stochastic decay.•••Bug: 6669677 Change-Id: Ib2d9228b951c77dab7a8675ce9db60677e87e771 | 2013-10-02 | 1 | -4/+8 | |
* | | Make SparseTable have multiple content tables.•••Bug: 10920165 Change-Id: Ie9008452ee292fb0b1fec66e2ffed228c4af6c3e | 2013-10-02 | 1 | -32/+70 | |
* | | 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 | |
|/ | |||||
* | Separate "GC" and "GC with decay".•••Bug: 6669677 Change-Id: I9d6aba76cef2616f0549e612db9701e1d6a19467 | 2013-10-01 | 1 | -0/+7 | |
* | Implement simple dictionary decay.•••Groundwork and implement simple decay. Increment probability when typed and decrement probability at GC. Bug: 6669677 Change-Id: Ib12caead0cbeef4ce7808fe8ac0b00ee331523fe | 2013-09-30 | 1 | -0/+171 | |
* | Fix build.•••Change-Id: If7c76ca5f7030ba2003228ed1877bdb948b4b99d | 2013-09-30 | 1 | -1/+1 | |
* | Merge "Set header attributes for ExpandableBinaryDictionary." | 2013-09-29 | 1 | -13/+13 | |
|\ | |||||
| * | Set header attributes for ExpandableBinaryDictionary.•••Bug: 6669677 Change-Id: I2462777eaa07600f1c774226adfc4f351882f523 | 2013-09-28 | 1 | -13/+13 | |
* | | Merge "Add unigram/bigram counting." | 2013-09-27 | 1 | -0/+54 | |
|\ \ | |||||
| * | | Add unigram/bigram counting.•••Bug: 6669677 Change-Id: I05ea2201d822dddf062b08c8467daa336760e16c | 2013-09-27 | 1 | -0/+54 | |
* | | | Fix PrioritizedSerialExecutor.•••It was possible that fetchNextTasks() would be called by multiple threads concurrently. If it happens, some tasks in the task queues might be ignored. Change-Id: Idc81c43c45e382da3850cc55b9a42c281548d2a8 | 2013-09-27 | 1 | -9/+4 | |
| |/ |/| | |||||
* | | Merge "Create empty dictionary file in native code." | 2013-09-26 | 1 | -36/+11 | |
|\| | |||||
| * | Create empty dictionary file in native code.•••Bug: 6669677 Change-Id: I46d23deee1fd091678f4593561cb8687eb815212 | 2013-09-26 | 1 | -36/+11 | |
* | | Add SparseTable.•••Bug: 10920165 Change-Id: I749dd0269e788799e30b10beb2671813d40ce15f | 2013-09-26 | 1 | -0/+160 | |
|/ | |||||
* | Fix the offdevice regression test build•••Followup to If4e44eca3cdc5bb02cf2e0c8c44ecd4bf27fae57 bug: 10622489 Change-Id: If98b2c75725f8692f0c2b41c33e448086404479b | 2013-09-25 | 2 | -35/+58 | |
* | Quit using ExpandableDictionary.•••Bug: 6669677 Change-Id: Ie90417fa9b726454fe729a665fcd549efabb9e94 | 2013-09-24 | 1 | -1/+42 | |
* | Merge "Allow large memory space for GC." | 2013-09-24 | 1 | -0/+46 | |
|\ | |||||
| * | Allow large memory space for GC.•••Bug: 6669677 Change-Id: I021c92a1ca5cd28f745cbfe729c99e346c58074d | 2013-09-24 | 1 | -0/+46 | |
* | | Copy only the spans we are interested in.•••The PARAGRAPH type of span is dangerous, as concatenating CharSequences that contain it may crash. We also don't use other spans than SuggestionSpans, so we don't copy them. Bug: 10622489 Change-Id: If4e44eca3cdc5bb02cf2e0c8c44ecd4bf27fae57 | 2013-09-24 | 1 | -0/+35 | |
|/ | |||||
* | GC step 5. Add large tests and fix bugs.•••Bug: 6669677 Change-Id: I41e44a64730f9c66645995095a7ecff51ffd5351 | 2013-09-24 | 1 | -1/+174 | |
* | Merge "GC step 4. Update all positions in new dict and add a test." | 2013-09-24 | 1 | -0/+47 | |
|\ | |||||
| * | GC step 4. Update all positions in new dict and add a test.•••Bug: 6669677 Change-Id: I035d848a210653dcd3c1a1f21781968adced9225 | 2013-09-24 | 1 | -0/+47 | |
* | | Fix runReadUnigramsAndBigramsTests.•••Change-Id: Idd9176c9943dfacac5a06957f1a07187b642b207 | 2013-09-24 | 1 | -1/+1 | |
|/ | |||||
* | Add Ver4DictDecoder.•••Bug: 9618601 Change-Id: I43c5840505c6a847aaf4893a400392ccd45903c0 | 2013-09-19 | 1 | -17/+87 | |
* | Merge "Add dictionary header writing methods." | 2013-09-18 | 1 | -2/+2 | |
|\ | |||||
| * | Add dictionary header writing methods.•••Bug: 6669677 Change-Id: I392ac4776b55779903cbaa17e683005d80017a41 | 2013-09-18 | 1 | -2/+2 | |
* | | Merge "Fix Emoji recents" | 2013-09-18 | 1 | -0/+12 | |
|\ \ | |/ |/| | |||||
| * | Fix Emoji recents•••Bug: 10538430 Change-Id: Ia2e423eb1843195b3c3218afc79a5820b8cd729b | 2013-09-18 | 1 | -0/+12 | |
* | | Merge "Implement dictionary flush." | 2013-09-18 | 1 | -1/+50 | |
|\ \ | |||||
| * | | Implement dictionary flush.•••Bug: 6669677 Change-Id: I1d70ac6319fb6d8700074de382568c2108887960 | 2013-09-18 | 1 | -1/+50 | |
* | | | Merge "Add BinaryDictionary.getBigramProbabilityNative()." | 2013-09-18 | 1 | -12/+48 | |
|\ \ \ | |/ / |/| | | |||||
| * | | Add BinaryDictionary.getBigramProbabilityNative().•••Bug: 10197478 Change-Id: Id16e3ee22a17679c46cc7a0199a9e28065177aa3 | 2013-09-18 | 1 | -12/+48 | |
* | | | Improve trailing quotes processing•••Bug: 10445496 Change-Id: Ib7bd05aea59ae6c9b8ce31299ef2235521b0e350 | 2013-09-17 | 2 | -0/+40 | |
|/ / | |||||
* | | Implement removeBigramWords() for DynamicPatriciaTrie.•••Bug: 6669677 Change-Id: I99cb517511b4c968b8bf937baab5d7f42b0f534e | 2013-09-17 | 1 | -1/+50 | |
* | | Merge "[AC7] Actually auto-commit." | 2013-09-17 | 2 | -0/+30 | |
|\ \ | |/ |/| | |||||
| * | [AC7] Actually auto-commit.•••Bug: 9059617 Change-Id: I7e5d89a9037b9181a0a6456c12043b4bfda8fe4b | 2013-09-17 | 2 | -0/+30 | |
* | | Add a large test for BinaryDictionary.addBigramWords().•••Bug; 10197478 Change-Id: I52590dd1ff9469557672a4bef4f898ad94b47b6f | 2013-09-17 | 1 | -0/+53 | |
* | | Fix handling multi-bytes characters and add a test.•••Bug: 6669677 Change-Id: Id2154db47adea2929559a4187a726f9dfa83363e | 2013-09-17 | 3 | -46/+110 | |
|/ | |||||
* | Implement addBigramWords() for DynamicPatriciaTrie.•••Bug: 6669677 Change-Id: Ia6aa76c212165690191c65fee9dacdc44be5acd5 | 2013-09-17 | 1 | -0/+37 | |
* | Merge "[AC4] Add native methods necessary for auto-commit" | 2013-09-13 | 2 | -3/+6 | |
|\ | |||||
| * | [AC4] Add native methods necessary for auto-commit•••Bug: 9059617 Change-Id: I7a47b0675446fc4f39628c60d16de9aea90d1b4d | 2013-09-13 | 2 | -3/+6 | |
* | | Merge "Add Ver4DictEncoder." | 2013-09-13 | 1 | -37/+38 | |
|\ \ | |||||
| * | | Add Ver4DictEncoder.•••Bug: 9618601 Change-Id: I161d2845906f07c1251deb8005fdffe49c5b7940 | 2013-09-13 | 1 | -37/+38 | |
* | | | Add shutdown and isTerminated to PrioritizedSerialExecutor.•••Change-Id: Id185224d135c8571a39efe8a41a66ce769142903 | 2013-09-13 | 1 | -3/+18 | |
|/ / |