aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/PersonalDictionaryLookup.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Store raw strings for personal dictionary•••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 Jatin Matani2015-04-131-26/+28
* Personal dictionary feeds a personal LM.•••Bug 20043003. Change-Id: I5ccac344c089855474263d1cdc547da1e6779301 Dan Zivkovic2015-04-091-0/+649