aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin/PersonalDictionaryLookupTest.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused class PersonalDictionaryLookupYohei Yukawa2018-07-041-492/+0
| | | | | | | | | | | | PersonalDictionaryLookup has never been used. Usually proguard can remove this class but it also makes it difficult to run unit tests. We should just remove this unused class. Bug: 111164993 Test: compile Test: No new test failure Change-Id: I732db94cb3aac4ed9c6b5954679b896334a12a9c
* Store raw strings for personal dictionaryJatin Matani2015-04-131-1/+39
| | | | | | | | | | | | | | 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/+454
Bug 20043003. Change-Id: I5ccac344c089855474263d1cdc547da1e6779301