Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | 2 | -0/+593 | ||
|\ | ||||||
| * | Add TrieMap. | 2014-07-29 | 2 | -0/+593 | ||
| | | | | | | | | | | 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 | |||||
* | Add BufferWithExtendablebufferTest | 2014-07-25 | 1 | -2/+3 | ||
| | | | | | Bug: 13754552 Change-Id: Ib9c330dc85bdb5d4d3d5bc15cc3ce5f28faa0b12 | |||||
* | Add BufferWithExtendableBuffer::extend() | 2014-07-25 | 2 | -6/+12 | ||
| | | | | | Bug: 14425059 Change-Id: I13dd8412ba4d16a1325ac2210b3852d580e71ad3 | |||||
* | Refactoring checkAndPrepareWriting. | 2014-07-24 | 1 | -18/+28 | ||
| | | | | | Bug: 14425059 Change-Id: I98940f3841a6c61b0482440b4da21f415dc843f6 | |||||
* | 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 | ||
|\ | ||||||
| * | Move phrase gesture from additional features to public. | 2014-07-08 | 1 | -1/+6 | ||
| | | | | | | | | | | Bug: 15758242 Change-Id: I703dc2703afdf9402c5d2ac27411b74ece993dba | |||||
* | | Get bigrams iterator via dict structure policy. | 2014-07-08 | 10 | -46/+57 | ||
|/ | | | | | Bug: 14425059 Change-Id: Ie4c6afbb6a3b707b5aa8e9e4f941c9da6e6bcdbf | |||||
* | Use linked list for bigram list. | 2014-07-07 | 6 | -97/+112 | ||
| | | | | | | | | | | | | BinaryDictionaryTests for VERSION4_DEV: Before Time: 36.461 After Time: 33.031 Bug: 14425059 Change-Id: I9ca2714f450f61f713df6ebd34c953dece991cdb | |||||
* | Remove unused method. | 2014-06-27 | 2 | -28/+0 | ||
| | | | | | Bug: 13664080 Change-Id: I47fd90f01ea9a18b11037c966150fa5fd926101b | |||||
* | Extend jni method to use multiple previous words. | 2014-06-26 | 2 | -9/+70 | ||
| | | | | | Bug: 14425059 Change-Id: I8150e8812ee32f8c713315a234b52e5b3a79d7a0 | |||||
* | Remove BigramDictionary form native code. | 2014-06-26 | 5 | -164/+43 | ||
| | | | | | Bug: 14425059 Change-Id: I48d1a4ae6a4317afaaf67748060618f8f9485d40 | |||||
* | Merge "Rename jni method for n-gram supporting." | 2014-06-24 | 2 | -2/+2 | ||
|\ | ||||||
| * | Rename jni method for n-gram supporting. | 2014-06-25 | 2 | -2/+2 | ||
| | | | | | | | | | | Bug: 14425059 Change-Id: I242d1de5d9db37344f02d8fba9035829794a56c8 | |||||
* | | Make Beginning-of-Sentence prediction require two exposures. | 2014-06-25 | 1 | -0/+4 | ||
| | | | | | | | | | | Bug: 15868192 Change-Id: I4b577ad11c992d872d6f902fd50527d9ca5cc1ba | |||||
* | | Support migration/dump of Beginning-of-Sentence entries. | 2014-06-24 | 3 | -8/+23 | ||
| | | | | | | | | | | Bug: 14119293 Change-Id: Ie975138f819794d5c34a7a547be5a6117050e084 | |||||
* | | Make getNextWordAndNextToken output code point count. | 2014-06-23 | 9 | -30/+26 | ||
|/ | | | | | Bug: 14425059 Change-Id: Id1c2927c8a1be0b1680206d444dbdf0c9453dceb | |||||
* | Remove hasBigrams/hasShortcut flags from ver4 PtNode. | 2014-06-23 | 5 | -39/+9 | ||
| | | | | | | | | Always check bigram/shortcut content instead of having flags in each PtNode. Bug: 14425059 Change-Id: I9eb816681bf22fc12e3ab3c92a178a7990b90e93 | |||||
* | Remove word from personalized dicts when it's canceled. | 2014-06-20 | 12 | -29/+48 | ||
| | | | | | | Bug: 15555552 Bug: 15552347 Change-Id: Ia4d8c79d079e3ce233d46d4bbad4fff1be5c5c39 | |||||
* | Merge "Update unit test for beginning-of-sentence." | 2014-06-10 | 1 | -1/+18 | ||
|\ | ||||||
| * | Update unit test for beginning-of-sentence. | 2014-06-12 | 1 | -1/+18 | ||
| | | | | | | | | | | Bug: 14119293 Change-Id: I594a1ca1096f0c12c678dd30eb75de905e55c5bb | |||||
* | | Merge "Add removeUnigramEntry() to native dictionary policy." | 2014-06-10 | 7 | -0/+28 | ||
|\ \ | ||||||
| * | | Add removeUnigramEntry() to native dictionary policy. | 2014-06-12 | 7 | -0/+28 | ||
| | | | | | | | | | | | | | | | Bug: 15552347 Change-Id: Ic713f79ef26b5963060304df9c0a3a402c3cc6d4 | |||||
* | | | Merge "Enable Beginning-of-Sentence prediction for contextual dict." | 2014-06-10 | 2 | -1/+26 | ||
|\ \ \ | | |/ | |/| | ||||||
| * | | Enable Beginning-of-Sentence prediction for contextual dict. | 2014-06-12 | 2 | -1/+26 | ||
| |/ | | | | | | | | | | | Bug: 14161647 Bug: 14119293 Change-Id: I0c00f13966db88e4de85e245e7bced43c9d474b2 | |||||
* / | Block offensive words in native code. | 2014-06-12 | 2 | -3/+15 | ||
|/ | | | | | | Bug: 15300452 Change-Id: Ic6c91c47453e19fb5db2c62b66659619e72b1ecf | |||||
* | Purge dict reading code for 401 and create for 402. | 2014-06-10 | 40 | -312/+325 | ||
| | | | | Change-Id: Ib0150b3306bb2db8aff443d1158fecc8464cbbdb | |||||
* | Implement getMaxProbabilityOfExactMatches(). | 2014-06-06 | 8 | -4/+153 | ||
| | | | | | | Bug: 13142176 Bug: 15428247 Change-Id: I5be6d683be95505412615ca7c88260de1ea05f54 | |||||
* | Add length check for attaching a BoS marker. | 2014-05-28 | 1 | -1/+4 | ||
| | | | | | Bug: 15297872 Change-Id: I7b0a27409b81b76561d19c6caa18a5011d3e90f6 | |||||
* | Add boundary check for v4 bigram reading. | 2014-05-27 | 2 | -3/+19 | ||
| | | | | | Bug: 14496386 Change-Id: Iedd3445c3222a777a2476beed7d9eb53773f406c | |||||
* | Return whether the dynamic dict operation was success. | 2014-05-27 | 8 | -32/+44 | ||
| | | | | | Bug: 12184250 Change-Id: Iee7e00c1e84c95551a077f4dd023c0a9b9ac9466 | |||||
* | Use whether it's exact match to detect distracters. | 2014-05-26 | 4 | -1/+17 | ||
| | | | | | Bug: 13142176 Change-Id: Id5b7286d28897931f7bfe571be45d46ffeef4adf | |||||
* | Version up dynamic dict format from 401 to 402. | 2014-05-23 | 6 | -6/+18 | ||
| | | | | Change-Id: Ibea36af905ade773ae3db3a5456f7b5a0ad7d220 | |||||
* | Extend jni methods and enable Beginning-of-Sentence. | 2014-05-23 | 1 | -1/+1 | ||
| | | | | | Bug: 14119293 Change-Id: I78fc877367dd0d6240eeacb750b6d2d0b93cba83 | |||||
* | Support Beginning-of-Sentence in native code | 2014-05-23 | 3 | -18/+71 | ||
| | | | | | Bug: 14119293 Change-Id: I0f382e33a19bf481823b23405d454de61ec835ff | |||||
* | Fix: PtNodeParams.representsNonWordInfo() | 2014-05-23 | 2 | -2/+2 | ||
| | | | | Change-Id: I7ab4fb280e8ac89f81d0b32b0663a86c9b69aa5d | |||||
* | Add Beginning-of-Sentence info in UnigramProperty. | 2014-05-23 | 8 | -13/+37 | ||
| | | | | | | Bug: 14119293 Bug: 14425059 Change-Id: I8a894352568377d32468e5563f4e89af00d22944 | |||||
* | Use PrevWordsInfo to add/remove n(bi)-gram in native code. | 2014-05-21 | 13 | -71/+118 | ||
| | | | | | | Bug: 14119293 Bug: 14425059 Change-Id: I4b9a46bfd670b35195418eaee51456d44fb91b6d | |||||
* | Support multiple previous words in DicNode. | 2014-05-19 | 6 | -27/+36 | ||
| | | | | | Bug: 14425059 Change-Id: Ib8682befe4d7d9fe5122eb538e7c804f75ded463 | |||||
* | Move prev word related logic to PrevWordsInfo. | 2014-05-16 | 4 | -39/+64 | ||
| | | | | | | Bug: 14119293 Bug: 14425059 Change-Id: I1bbd7ab4ace2c475f27bc468cb7b4d67e1ae2f9f | |||||
* | Introduce MAX_PREV_WORD_COUNT_FOR_N_GRAM. | 2014-05-15 | 4 | -19/+36 | ||
| | | | | | Bug: 14425059 Change-Id: I587f90df026a14359d2ee452040bbfaf02c1ae51 |