summaryrefslogtreecommitdiffstats
path: root/native
Commit message (Expand)AuthorAgeFilesLines
...
* | | Add method to encode probability.Keisuke Kuroyanagi2014-10-304-0/+73
* | | Fix: TRT and ime-simulator bulid.Keisuke Kuroyanagi2014-10-301-0/+2
* | | Merge "Add a class to have global counters for LanguageModelDictContent."Keisuke Kuroyanagi2014-10-298-7/+209
|\ \ \
| * | | Add a class to have global counters for LanguageModelDictContent.Keisuke Kuroyanagi2014-10-298-7/+209
| |/ /
* | | Merge "Improve space substitution error correction."Keisuke Kuroyanagi2014-10-286-11/+14
|\ \ \
| * | | Improve space substitution error correction.Keisuke Kuroyanagi2014-10-286-11/+14
| |/ /
* / / Fix: deleted PtNode handling in v403.Keisuke Kuroyanagi2014-10-271-0/+3
|/ /
* | Merge "Enable Address Sanitizer for native host test 2nd try"Yohei Yukawa2014-10-231-0/+4
|\ \
| * | Enable Address Sanitizer for native host test 2nd tryYohei Yukawa2014-10-231-0/+4
* | | Merge "Fix: Personalized dicts suggest invalid words with v403."Keisuke Kuroyanagi2014-10-231-2/+3
|\ \ \ | |/ / |/| |
| * | Fix: Personalized dicts suggest invalid words with v403.Keisuke Kuroyanagi2014-10-231-2/+3
* | | Merge "Stop building host native test in unbundled build"Yohei Yukawa2014-10-232-1/+14
|\ \ \ | |/ / |/| |
| * | Stop building host native test in unbundled buildYohei Yukawa2014-10-232-1/+14
* | | Use trigrams for personalization dict.Keisuke Kuroyanagi2014-10-232-84/+49
|/ /
* | Merge "Revert "Enable ASan (Address Sanitizer) for native host test""Yohei Yukawa2014-10-221-4/+0
|\ \
| * | Revert "Enable ASan (Address Sanitizer) for native host test"Yohei Yukawa2014-10-221-4/+0
* | | Merge "Enable ASan (Address Sanitizer) for native host test"Yohei Yukawa2014-10-221-0/+4
|\| |
| * | Enable ASan (Address Sanitizer) for native host testYohei Yukawa2014-10-221-0/+4
* | | Support dumping ngram entries.Keisuke Kuroyanagi2014-10-225-25/+50
|/ /
* | Support ngram entry migration.Keisuke Kuroyanagi2014-10-226-43/+131
* | Fix debug build.Keisuke Kuroyanagi2014-10-212-4/+4
* | Merge changes I210acb81,Ie9508788Keisuke Kuroyanagi2014-10-2115-150/+188
|\ \
| * | Make NgramProperty have NgramContext.Keisuke Kuroyanagi2014-10-2112-43/+48
| * | Create .cpp file for NgramContext.Keisuke Kuroyanagi2014-10-213-107/+140
* | | Merge "Use EntryCounters during GC."Keisuke Kuroyanagi2014-10-215-65/+54
|\| |
| * | Use EntryCounters during GC.Keisuke Kuroyanagi2014-10-215-65/+54
* | | Merge "Renaming "blacklist" flag to "possibly offensive""Adrian Velicu2014-10-2114-59/+107
|\ \ \ | |/ / |/| |
| * | Renaming "blacklist" flag to "possibly offensive"Adrian Velicu2014-10-2114-59/+107
* | | Introduce EntryCounters to count entries in a dictionary.Keisuke Kuroyanagi2014-10-2116-89/+230
|/ /
* | Change entry count limit.Keisuke Kuroyanagi2014-10-202-3/+7
* | Merge "Update useless n-gram entry detection logic during GC."Keisuke Kuroyanagi2014-10-152-21/+32
|\ \
| * | Update useless n-gram entry detection logic during GC.Keisuke Kuroyanagi2014-10-152-21/+32
* | | Merge "Use better conditional probability for ngram entries."Keisuke Kuroyanagi2014-10-152-11/+26
|\| |
| * | Use better conditional probability for ngram entries.Keisuke Kuroyanagi2014-10-152-11/+26
* | | Merge "Move entry updating method to language model dict content."Keisuke Kuroyanagi2014-10-157-72/+115
|\| |
| * | Move entry updating method to language model dict content.Keisuke Kuroyanagi2014-10-157-72/+115
* | | Quit using weightChildNode for ADDITIONAL_PROXIMITY and SUBSTITUTION.Keisuke Kuroyanagi2014-10-144-9/+14
* | | Merge "Remove shouldBlockAutoCorrectionBySafetyNet"Keisuke Kuroyanagi2014-10-141-17/+0
|\ \ \ | |/ / |/| |
| * | Remove shouldBlockAutoCorrectionBySafetyNetKeisuke Kuroyanagi2014-10-141-17/+0
* | | Fix: BoS bigram from user history dictionary is too strong.Keisuke Kuroyanagi2014-10-132-4/+10
* | | [ML23] Introduce a different accuracy/performance tradeoffJean Chalard2014-10-106-6/+43
* | | Merge "Make members of classes that are used with std::vector const"Keisuke Kuroyanagi2014-10-103-21/+19
|\ \ \
| * | | Make members of classes that are used with std::vector constKeisuke Kuroyanagi2014-10-093-21/+19
* | | | Merge "Rename prev_words_info.h to ngram_context.h"Keisuke Kuroyanagi2014-10-0910-9/+9
|\| | |
| * | | Rename prev_words_info.h to ngram_context.hKeisuke Kuroyanagi2014-10-0910-9/+9
* | | | Merge "Rename PrevWordsInfo to NgramContext."Keisuke Kuroyanagi2014-10-0915-114/+114
|\| | |
| * | | Rename PrevWordsInfo to NgramContext.Keisuke Kuroyanagi2014-10-0915-114/+114
* | | | Fixing misspelled wordAdrian Velicu2014-10-094-5/+5
|/ / /
* | | Rename updateCounter to updateEntriesForWordWithNgramContext.Keisuke Kuroyanagi2014-10-0910-28/+33
* | | Extend jni method to dump ngram entries.Keisuke Kuroyanagi2014-10-091-4/+6
|/ /