Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use IntArrayView to add/remove n-gram entry. | 2014-08-06 | 11 | -68/+108 | |
| | | | | | Bug: 14425059 Change-Id: I734f12dfde5161abdfb019a6391677dba8984ff4 | ||||
* | Clean up IntArrayViewTest | 2014-08-06 | 1 | -9/+9 | |
| | | | | Change-Id: I30138f0722571100fe13efc96f8332efde846c2e | ||||
* | Add/Get n-gram probability entry in languageModelDictContent | 2014-08-06 | 5 | -10/+44 | |
| | | | | Bug: 14425059 Change-Id: I7926c3812f89b9a71fe1873a5bc32f793f91b640 | ||||
* | Remove ProbabilityDictContent and use LanguageModelDictContent | 2014-08-05 | 16 | -282/+43 | |
| | | | | | Bug: 14425059 Change-Id: I1bb9e78ecb24139b87c99be6722e37eec0a2285d | ||||
* | Add methods for unigrams to LanguageModelDictContent. | 2014-08-05 | 8 | -2/+277 | |
| | | | | | Bug: 14425059 Change-Id: I0a6b480a3d4735787ffac68c47b4ffefc3f1b8a5 | ||||
* | Save language model in the body buffer. | 2014-08-01 | 6 | -3/+56 | |
| | | | | | Bug: 14425059 Change-Id: Iaec277f7bed03d6c6780c6ce90fbe5fe799e175e | ||||
* | Make MmappedBuffer use byte array view. | 2014-08-01 | 13 | -53/+76 | |
| | | | | | Bug: 16691311 Change-Id: I2122c01ee27c33e11dec52643925c069927bea2b | ||||
* | Use ReadWriteByteArrayView in BufferWithExtendableBuffer. | 2014-08-01 | 2 | -21/+22 | |
| | | | | | Bug: 16691311 Change-Id: Ibd68354a53cebf284a886d76bd8ce9848a51346f | ||||
* | Merge "Add LanguageModelDictContent." into lmp-dev | 2014-07-24 | 3 | -0/+36 | |
|\ | |||||
| * | Add LanguageModelDictContent. | 2014-08-01 | 3 | -0/+36 | |
| | | | | | | | | | | | | | | | | This class will replace BigramDictContent and ProbabilityDictContent. Bug: 14425059 Change-Id: I3d15c833957e27b2f5999386db042188272bbb4b | ||||
* | | Merge "Remove DictContent." into lmp-dev | 2014-07-24 | 3 | -39/+2 | |
|\| | |||||
| * | Remove DictContent. | 2014-08-01 | 3 | -39/+2 | |
| | | | | | | | | | | Bug: 14425059 Change-Id: I74fa4b6ba4605447c1c87427371e4be5eb8e7ae6 | ||||
* | | Merge "Remove getBigramsIteratorOfPtNode from structure policy." into lmp-dev | 2014-07-25 | 8 | -38/+12 | |
|\| | |||||
| * | Remove getBigramsIteratorOfPtNode from structure policy. | 2014-08-01 | 8 | -38/+12 | |
| | | | | | | | | | | Bug: 14425059 Change-Id: I427fbfd026c1e33b5e9cf78949fe862d8748b7ec | ||||
* | | Merge "Add memory view class for int and uint8_t." into lmp-dev | 2014-07-24 | 4 | -1/+202 | |
|\ \ | |/ |/| | |||||
| * | Add memory view class for int and uint8_t. | 2014-08-01 | 4 | -1/+202 | |
| | | | | | | | | | | Bug: 16691311 Change-Id: I32eb692cdb758861e24b772fdcda57642b95ae1b | ||||
* | | Use NgramListener in MultiBigramMap. | 2014-08-01 | 4 | -56/+55 | |
| | | | | | | | | | | Bug: 14425059 Change-Id: I425536290111f2a8172f31370706f858a1e07f6e | ||||
* | | Construct TrieMap from existing buffer. | 2014-07-31 | 2 | -0/+6 | |
|/ | | | | | Bug: 14425059 Change-Id: Ia1c58d88540f55fb38fe0bdfcd7c0a34ebc7415e | ||||
* | Merge "Add TrieMap.save()." into lmp-dev | 2014-07-24 | 2 | -0/+10 | |
|\ | |||||
| * | Add TrieMap.save(). | 2014-07-31 | 2 | -0/+10 | |
| | | | | | | | | Bug: 14425059 Change-Id: Ie0b4fe8b9a157da0401bb277c703ab084d5bf9cc | ||||
* | | Merge "Remove doesAutoCorrectValidWord()." into lmp-dev | 2014-07-25 | 3 | -13/+2 | |
|\ \ | |||||
| * | | Remove doesAutoCorrectValidWord(). | 2014-07-31 | 3 | -13/+2 | |
| | | | | | | | | | | | | | | | | | | | | | Possibly offensive words are wrongly demoted when input by gesture. Change-Id: Ibb2eb73d4191dea6cb767643341fe96465c1f70c | ||||
* | | | Merge "Fix native debug build." into lmp-dev | 2014-07-25 | 1 | -6/+6 | |
|\| | | |||||
| * | | Fix native debug build. | 2014-07-31 | 1 | -6/+6 | |
| | | | | | | | | | | | | Change-Id: I95ff6b14d7f444911ec76698381b8d2d8da94776 | ||||
* | | | Merge "Add entry iteration method to TrieMap." into lmp-dev | 2014-07-24 | 3 | -2/+215 | |
|\ \ \ | | |/ | |/| | |||||
| * | | Add entry iteration method to TrieMap. | 2014-07-30 | 3 | -2/+215 | |
| | | | | | | | | | | | | | | | Bug: 14425059 Change-Id: I79420b755f29f651d8eed61e7e48b6eb001d8dd2 | ||||
* | | | Merge "Remove PrevWordsInfo.getBigramsIteratorForPrediction()." into lmp-dev | 2014-07-25 | 9 | -76/+46 | |
|\ \ \ | |_|/ |/| | | |||||
| * | | Remove PrevWordsInfo.getBigramsIteratorForPrediction(). | 2014-07-30 | 9 | -76/+46 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes the behavior of predictions for some rare cases. For example, let's consider the case of the prev word is "ABC", "ABC" and "abc" is in the dict, "ABC" doesn't have any bigrams, and "abc" has bigrams. Without this change, "abc"'s bigrams are used for prediction. But, with this change, "abc"'s bigrams are not used for prediction. This strategy is the same as the the current way of bigram probability computation during traversal (for suggestion). Bug: 14425059 Change-Id: I857ff39aa70aea265efa651451a63b759bb47d48 | ||||
* | | | Merge "Add a method to iterate ngram entries." into lmp-dev | 2014-07-24 | 10 | -22/+132 | |
|\| | | |||||
| * | | Add a method to iterate ngram entries. | 2014-07-30 | 10 | -22/+132 | |
| |/ | | | | | | | | | Bug: 14425059 Change-Id: I9962c546504288f6c22b1a7368f775decd229c62 | ||||
* / | Cleanup: C++11 doesn't require a space between angle brackets | 2014-07-30 | 5 | -14/+14 | |
|/ | | | | Change-Id: Id0777cf3deac94395bd63aee40b49375dff3e35a | ||||
* | Merge "Add TrieMap." into lmp-dev | 2014-07-25 | 4 | -1/+765 | |
|\ | |||||
| * | Add TrieMap. | 2014-07-29 | 4 | -1/+765 | |
| | | | | | | | | | | Bug: 14425059 Change-Id: Ief36f808ed4f3e35bfab07837ea314d2564973ab | ||||
* | | Merge "Get n-gram probability in structure policy." into lmp-dev | 2014-07-24 | 4 | -27/+39 | |
|\ \ | |||||
| * | | Get n-gram probability in structure policy. | 2014-07-29 | 4 | -27/+39 | |
| | | | | | | | | | | | | | | | Bug: 14425059 Change-Id: Id955a2e07dbdfb90ae55720f0c92597e0594c0d9 | ||||
* | | | Merge "Change getUnigramProbabilityOfPtNode to getProbabilityOfPtNode()" ↵ | 2014-07-25 | 8 | -10/+23 | |
|\| | | | | | | | | | | | into lmp-dev | ||||
| * | | Change getUnigramProbabilityOfPtNode to getProbabilityOfPtNode() | 2014-07-29 | 8 | -10/+23 | |
| |/ | | | | | | | | | Bug: 14425059 Change-Id: I92403d750d2979408b41554dcd79b0ed31b41161 | ||||
* / | Add boundary check for ver2 bigram reading. | 2014-07-28 | 8 | -20/+52 | |
|/ | | | | | Bug: 16330528 Change-Id: I6aca6c7a735e2a652eb325572d44dff660789cff | ||||
* | Merge "Add BufferWithExtendablebufferTest" into lmp-dev | 2014-07-24 | 3 | -2/+98 | |
|\ | |||||
| * | Add BufferWithExtendablebufferTest | 2014-07-25 | 3 | -2/+98 | |
| | | | | | | | | | | Bug: 13754552 Change-Id: Ib9c330dc85bdb5d4d3d5bc15cc3ce5f28faa0b12 | ||||
* | | Merge "Add BufferWithExtendableBuffer::extend()" into lmp-dev | 2014-07-24 | 2 | -6/+12 | |
|\| | |||||
| * | Add BufferWithExtendableBuffer::extend() | 2014-07-25 | 2 | -6/+12 | |
| | | | | | | | | | | Bug: 14425059 Change-Id: I13dd8412ba4d16a1325ac2210b3852d580e71ad3 | ||||
* | | Merge "Refactoring checkAndPrepareWriting." into lmp-dev | 2014-07-24 | 1 | -18/+28 | |
|\| | |||||
| * | Refactoring checkAndPrepareWriting. | 2014-07-24 | 1 | -18/+28 | |
| | | | | | | | | | | Bug: 14425059 Change-Id: I98940f3841a6c61b0482440b4da21f415dc843f6 | ||||
* | | Revert "Revert "Revert "Use mclinker""" | 2014-07-23 | 1 | -1/+1 | |
|/ | | | | | | This reverts commit b48c93b3fcb46adf998055cc4b9b5fb43ee6248b. MCLinker is not a valid option for clang 3.5. | ||||
* | Add -mstackrealign to avoid crashes with SSE instructions on pre-K x86 devices. | 2014-07-15 | 1 | -0/+6 | |
| | | | | | bug: 16213554 Change-Id: Icd67ed4fd57fcc5f5bf8039b7892d0d446210247 | ||||
* | Remove isUpdatable from constructors of dict contents. | 2014-07-11 | 8 | -22/+19 | |
| | | | | Change-Id: I2d54f477d9b341e944e265786a734f23d152bb81 | ||||
* | Concatenate dict buffers other than header to a single file. | 2014-07-11 | 17 | -167/+234 | |
| | | | | | Bug: 13664080 Change-Id: I34c9d8046b339c9b855be378a5fad907382d1359 | ||||
* | Fix: wrong bigram entry pos can be used during GC. | 2014-07-09 | 2 | -2/+2 | |
| | | | | | Bug: 14425059 Change-Id: I4e7c977c5ef184953682175b118de5473cdb64a6 | ||||
* | Merge "Move phrase gesture from additional features to public." | 2014-07-02 | 1 | -1/+6 | |
|\ |