Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | Refactoring: Move prev word information into PrevWordsInfo. | 2014-05-15 | 7 | -28/+89 | ||
| | | | | | | | Bug: 14119293 Bug: 14425059 Change-Id: I5a5f81c6b189e3ad1da093343a3121463f87c21c | |||||
* | Cleanup DicTraverseSession. | 2014-05-15 | 2 | -13/+1 | ||
| | | | | Change-Id: I953665e1958e7214e9365e2bc9d3f3843016dc81 | |||||
* | Merge "Quit use bigram probability diff for ver4 dict." | 2014-05-15 | 3 | -19/+14 | ||
|\ | ||||||
| * | Quit use bigram probability diff for ver4 dict. | 2014-05-15 | 3 | -19/+14 | ||
| | | | | | | | | Change-Id: I2cfcfbcf351877d1dff466a24974dbb05908f14e | |||||
* | | Merge "Reduce the cost for handling intentional omission." | 2014-05-15 | 3 | -0/+5 | ||
|\ \ | ||||||
| * | | Reduce the cost for handling intentional omission. | 2014-05-14 | 3 | -0/+5 | ||
| | | | | | | | | | | | | | | | | | | Bug: 14602770 Change-Id: I3a678a3e9b227fc4c3b8d23012aba18ca2e52da5 | |||||
* | | | Merge "Always keep PtNodes that represent non-word info during GC." | 2014-05-15 | 3 | -5/+9 | ||
|\ \ \ | ||||||
| * | | | Always keep PtNodes that represent non-word info during GC. | 2014-05-14 | 3 | -5/+9 | ||
| | | | | | | | | | | | | | | | | | | | | Bug: 14119293 Change-Id: Ie50b341a512be6a6efe3e05b60e1d09560b01d1f | |||||
* | | | | Merge "Add VERSION_4_DEV(402) in native code." | 2014-05-14 | 8 | -48/+118 | ||
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | Add VERSION_4_DEV(402) in native code. | 2014-05-14 | 8 | -48/+118 | ||
| |/ / | | | | | | | | | | | | | Bug: 13406708 Change-Id: I96cfacf524d670a6a5637a96a63bcd47aaf09ca0 | |||||
* / / | Use nullptr instead of MmappedBufferPtr(nullptr). | 2014-05-14 | 1 | -5/+5 | ||
|/ / | | | | | | | Change-Id: I9bc35f723f1c105ef6155a49630b8cd492900bc8 | |||||
* | | Merge "Use JniDataUtils::putXxxToArray() to output a value." | 2014-05-14 | 2 | -13/+17 | ||
|\ \ | ||||||
| * | | Use JniDataUtils::putXxxToArray() to output a value. | 2014-05-14 | 2 | -13/+17 | ||
| | | | | | | | | | | | | Change-Id: Ifb7bed6623b01acb524566a0fe00dcbdf7273888 | |||||
* | | | Merge "Filter out control characters and non-unicode code points." | 2014-05-14 | 2 | -3/+43 | ||
|\| | | ||||||
| * | | Filter out control characters and non-unicode code points. | 2014-05-14 | 2 | -3/+43 | ||
| | | | | | | | | | | | | | | | | | | Bug: 14119293 Bug: 13758761 Change-Id: I6b79cff0714152807f5e20b7a75060a0a772b28b | |||||
* | | | Merge "Generate dict code for version 401." | 2014-05-14 | 34 | -0/+4638 | ||
|\ \ \ | |/ / |/| | | ||||||
| * | | Generate dict code for version 401. | 2014-05-14 | 34 | -0/+4638 | ||
| |/ | | | | | | | | | Bug: 13406708 Change-Id: I769ac84d54d997e7aefab0c9c16727455a132e0b | |||||
* | | Merge "Use JniDataUtils::outputCodePoints() to output code points" | 2014-05-14 | 3 | -11/+28 | ||
|\ \ | ||||||
| * | | Use JniDataUtils::outputCodePoints() to output code points | 2014-05-14 | 3 | -11/+28 | ||
| | | | | | | | | | | | | | | | | | | | | | Bug: 14119293 Bug: 13758761 Change-Id: I516d2f96e219e6e65246f502186ccb9bd5f0670f | |||||
* | | | Restrict the permission of dict files created on device. | 2014-05-14 | 2 | -2/+13 | ||
|/ / | | | | | | | | | Bug: 13497304 Change-Id: I7bf67e2e81bc63a67bd91cbc0f753ecac88349f6 | |||||
* | | Merge "Skip PtNodes with non-Unicode code points for suggestion." | 2014-05-14 | 5 | -7/+30 | ||
|\ \ | |/ |/| |