History log of /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/PersonalDictionaryLookup.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1bfd7be2080f97d15b57ec1cac0dba1f1f2ca23d 14-Apr-2015 Jatin Matani <jatinm@google.com> 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
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/PersonalDictionaryLookup.java
541ef56e057eb7d81eae6e294ce9eb364f825867 09-Apr-2015 Dan Zivkovic <zivkovic@google.com> Personal dictionary feeds a personal LM.

Bug 20043003.

Change-Id: I5ccac344c089855474263d1cdc547da1e6779301
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/PersonalDictionaryLookup.java