Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | ||
|\ | ||||||
| * | 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 | |||||
* | Fix unit tests that use getNgramProbabilityNative(). | 2014-06-26 | 1 | -9/+8 | ||
| | | | | Change-Id: I8548094bc8d1a0ea125b29e2a0ea82a6834b3e48 | |||||
* | Extend jni method to use multiple previous words. | 2014-06-26 | 3 | -44/+93 | ||
| | | | | | Bug: 14425059 Change-Id: I8150e8812ee32f8c713315a234b52e5b3a79d7a0 | |||||
* | Remove BigramDictionary form native code. | 2014-06-26 | 6 | -165/+43 | ||
| | | | | | Bug: 14425059 Change-Id: I48d1a4ae6a4317afaaf67748060618f8f9485d40 | |||||
* | Merge "Rename jni method for n-gram supporting." | 2014-06-24 | 3 | -18/+18 | ||
|\ | ||||||
| * | Rename jni method for n-gram supporting. | 2014-06-25 | 3 | -18/+18 | ||
| | | | | | | | | | | Bug: 14425059 Change-Id: I242d1de5d9db37344f02d8fba9035829794a56c8 | |||||
* | | Merge "Make Beginning-of-Sentence prediction require two exposures." | 2014-06-24 | 1 | -0/+4 | ||
|\ \ | ||||||
| * | | Make Beginning-of-Sentence prediction require two exposures. | 2014-06-25 | 1 | -0/+4 | ||
| | | | | | | | | | | | | | | | Bug: 15868192 Change-Id: I4b577ad11c992d872d6f902fd50527d9ca5cc1ba | |||||
* | | | Merge "Simplify a make file" | 2014-06-24 | 1 | -1/+1 | ||
|\ \ \ | |/ / |/| | | ||||||
| * | | Simplify a make file | 2014-06-25 | 1 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | This CL simplifies the makefile for host unittest. BUG: 13754552 Change-Id: Id09da77b45610db2747897533c18a6d0d81c59d7 | |||||
* | | | Support migration/dump of Beginning-of-Sentence entries. | 2014-06-24 | 4 | -18/+56 | ||
| | | | | | | | | | | | | | | | Bug: 14119293 Change-Id: Ie975138f819794d5c34a7a547be5a6117050e084 | |||||
* | | | Make getNextWordAndNextToken output code point count. | 2014-06-23 | 10 | -47/+45 | ||
| |/ |/| | | | | | | | Bug: 14425059 Change-Id: Id1c2927c8a1be0b1680206d444dbdf0c9453dceb | |||||
* | | Merge "Remove hasBigrams/hasShortcut flags from ver4 PtNode." | 2014-06-19 | 5 | -39/+9 | ||
|\ \ | ||||||
| * | | 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 | |||||
* | | | Merge "Add native unittest support on target devices for LatinIME" | 2014-06-19 | 3 | -7/+104 | ||
|\ \ \ | |/ / |/| | | ||||||
| * | | Add native unittest support on target devices for LatinIME | 2014-06-23 | 3 | -7/+104 | ||
| |/ | | | | | | | | | | | | | | | | | | | | | This CL adds native unittest support on target devices for LatinIME. Note that you need to specify --target option to run-tests.sh to run native unittest on the target device. BUG: 13754552 Change-Id: I1dfb78ae1461163db8d47c3ba9141d4812070fd0 | |||||
* / | 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 jni method for removeUnigramEntry()." | 2014-06-10 | 1 | -0/+17 | ||
|\ \ | ||||||
| * | | Add jni method for removeUnigramEntry(). | 2014-06-12 | 1 | -0/+17 | ||
| | | | | | | | | | | | | | | | Bug: 15552347 Change-Id: Iadcdc73d3335d561a27b9314d3fcdab0b0c96e49 | |||||
* | | | 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 | 3 | -2/+27 | ||
|\ \ \ | | |/ | |/| | ||||||
| * | | Enable Beginning-of-Sentence prediction for contextual dict. | 2014-06-12 | 3 | -2/+27 | ||
| |/ | | | | | | | | | | | 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 | 41 | -317/+330 | ||
| | | | | Change-Id: Ib0150b3306bb2db8aff443d1158fecc8464cbbdb | |||||
* | Implement getMaxProbabilityOfExactMatches(). | 2014-06-06 | 10 | -6/+155 | ||
| | | | | | | Bug: 13142176 Bug: 15428247 Change-Id: I5be6d683be95505412615ca7c88260de1ea05f54 |