Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make InputLogicTest more robust•••Change-Id: I134f14971126cbeed05b472c08747f2b88ad30e6 | 2014-02-13 | 1 | -10/+0 | ||
* | Merge "Consolidate WordProperty and Word." | 2014-02-06 | 1 | -23/+20 | ||
|\ | ||||||
| * | Consolidate WordProperty and Word.•••Bug: 11281877 Bug: 12810574 Change-Id: I9dc99188f80f25a8780c1860dab46e4aa80a23e5 | 2014-02-06 | 1 | -23/+20 | ||
* | | Merge "Make WeightedString have ProbabilityInfo." | 2014-02-05 | 1 | -7/+9 | ||
|\| | ||||||
| * | Make WeightedString have ProbabilityInfo.•••Bug: 11281877 Bug: 12810574 Change-Id: I265e3d8654c75766cd0e0d09d67ef62b4566298a | 2014-02-05 | 1 | -7/+9 | ||
* | | [HD04] Make the locale mandatory.•••Bug: 11281748 Change-Id: I69281b0053bec404c3e3c713ade3f65a140f51b1 | 2014-02-05 | 1 | -2/+2 | ||
|/ | ||||||
* | Implement Ver4PatriciaTriePolicy::getNextWordAndNextToken.•••Bug: 12810574 Change-Id: Idea44f03c477964f58e65fbf2b55e3fcd77a2934 | 2014-02-04 | 1 | -0/+93 | ||
* | Get bigram information via getWordProperty().•••Bug: 12810574 Change-Id: I2750a5659ccbc3e31307c28e35dd9a1dbdffbeee | 2014-02-03 | 1 | -11/+66 | ||
* | Extend jni interface to get bigrams in WordProperty.•••Bug: 12810574 Change-Id: Ia4b88d02ea8790a5c47d32376cc0b84c3e071ddd | 2014-01-31 | 1 | -32/+33 | ||
* | Rename UnigramProperty to WordProperty.•••Bug: 12810574 Change-Id: If5ddd803948aaf6e491ddcbaa5436fb3af3f7257 | 2014-01-31 | 1 | -10/+8 | ||
* | Add length check for dict update operations.•••Bug: 12602903 Change-Id: I6835dee8bf8b356f0f1cf6c0531bee5b3415a13f | 2014-01-24 | 1 | -0/+45 | ||
* | Add a dedicated method to control time in native code.•••Bug: 12443085 Change-Id: I41a5cf6c895cb59e54af98b40efded36afcd3247 | 2014-01-15 | 1 | -4/+4 | ||
* | Move LanguageModelParams class to utility package•••This change must be checked in together with Ic82d951237. Change-Id: I2ab451330f85a0147563b805682f26edecb71a29 | 2014-01-15 | 1 | -1/+1 | ||
* | Fix NPE in a unit test.•••Change-Id: I0dfc23232ed77e1ff1aedecfa6ac022020cb1c19 | 2013-12-26 | 1 | -0/+4 | ||
* | Remove flags from Java side.•••This simplifies the code quite a bit. - GERMAN_UMLAUTS are now handled through a key-value attribute. The dictionary generator does not need to know about it any more. - FRENCH_LIGATURES are deprecated as we handle them with shortcuts now. - CONTAINS_BIGRAMS is deprecated. Bigram processing is always applied regardless of this flag. Bug: 11281748 Change-Id: If567e52e245a9342adc7f3104a0f7d8d782df8c1 | 2013-12-13 | 1 | -2/+0 | ||
* | Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c•••The bulk merge from -bayo to klp-dev should not have been merged to master. Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854 | 2013-12-13 | 1 | -72/+390 | ||
* | Make BinaryDictionaryTests use current time as a seed.•••Bug: 10197478 Change-Id: Ib79cd3a81b01b16259df29b36e1df6b8f0affca8 | 2013-10-04 | 1 | -54/+60 | ||
* | Fix build.•••Change-Id: If7c76ca5f7030ba2003228ed1877bdb948b4b99d | 2013-09-30 | 1 | -1/+1 | ||
* | Add unigram/bigram counting.•••Bug: 6669677 Change-Id: I05ea2201d822dddf062b08c8467daa336760e16c | 2013-09-27 | 1 | -0/+54 | ||
* | Create empty dictionary file in native code.•••Bug: 6669677 Change-Id: I46d23deee1fd091678f4593561cb8687eb815212 | 2013-09-26 | 1 | -36/+11 | ||
* | Allow large memory space for GC.•••Bug: 6669677 Change-Id: I021c92a1ca5cd28f745cbfe729c99e346c58074d | 2013-09-24 | 1 | -0/+46 | ||
* | GC step 5. Add large tests and fix bugs.•••Bug: 6669677 Change-Id: I41e44a64730f9c66645995095a7ecff51ffd5351 | 2013-09-24 | 1 | -1/+174 | ||
* | GC step 4. Update all positions in new dict and add a test.•••Bug: 6669677 Change-Id: I035d848a210653dcd3c1a1f21781968adced9225 | 2013-09-24 | 1 | -0/+47 | ||
* | Add dictionary header writing methods.•••Bug: 6669677 Change-Id: I392ac4776b55779903cbaa17e683005d80017a41 | 2013-09-18 | 1 | -2/+2 | ||
* | Merge "Implement dictionary flush." | 2013-09-18 | 1 | -1/+50 | ||
|\ | ||||||
| * | Implement dictionary flush.•••Bug: 6669677 Change-Id: I1d70ac6319fb6d8700074de382568c2108887960 | 2013-09-18 | 1 | -1/+50 | ||
* | | Add BinaryDictionary.getBigramProbabilityNative().•••Bug: 10197478 Change-Id: Id16e3ee22a17679c46cc7a0199a9e28065177aa3 | 2013-09-18 | 1 | -12/+48 | ||
|/ | ||||||
* | Implement removeBigramWords() for DynamicPatriciaTrie.•••Bug: 6669677 Change-Id: I99cb517511b4c968b8bf937baab5d7f42b0f534e | 2013-09-17 | 1 | -1/+50 | ||
* | 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 | 1 | -1/+39 | ||
* | Implement addBigramWords() for DynamicPatriciaTrie.•••Bug: 6669677 Change-Id: Ia6aa76c212165690191c65fee9dacdc44be5acd5 | 2013-09-17 | 1 | -0/+37 | ||
* | Add tests for BinaryDictionary.addUnigramWord().•••Bug: 10197478 Change-Id: Ie46f360b8c75183b49d42d00fefed4a8531f64a9 | 2013-09-10 | 1 | -0/+38 | ||
* | Add binary dictionary tests.•••Bug: 10197478 Change-Id: I13cf9b67d1b61b8e89fe90b431c2d6e066ca8e7a | 2013-09-10 | 1 | -0/+87 |