aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/PersonalDictionaryLookup.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Store raw strings for personal dictionaryJatin Matani2015-04-131-26/+28
| | | | | | | | | | | | | | The raw strings would be sent to personal LM for decoding. Earlier lowercased strings were being used with the purpose of isValid checks (spelling does not consider casing for spell checking calls). But for showing these in suggestion, we need the raw strings. Note: PersonalDictionaryLookup#getWordsForLocale is used to feed the personal LM in PersonalLanguageModelHelper. Bug:20152986 Change-Id: I9d796fa57bf2073036bf11d86b143ff205a6199c
* Personal dictionary feeds a personal LM.Dan Zivkovic2015-04-091-0/+649
Bug 20043003. Change-Id: I5ccac344c089855474263d1cdc547da1e6779301