- Apr 13, 2015
-
-
Jatin Matani authored
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
-
- Apr 10, 2015
-
-
Dan Zivkovic authored
Bug 20043003. Change-Id: I5ccac344c089855474263d1cdc547da1e6779301
-
- Apr 06, 2015
-
-
Dan Zivkovic authored
Bug 20071513. Change-Id: Iaab909575da29bfe6e17bb3865ce51d1e7720e7c
-
- Apr 02, 2015
-
-
Dan Zivkovic authored
Also move the class to the parent package, since it's no longer tied to the spell checking service. Bug 19966848. Bug 20036810. Change-Id: I35014d212fd87281eb90def03ee92e6872dcd63e
-
- Mar 13, 2015
-
-
Dan Zivkovic authored
Bug 19710676. Change-Id: I6e66eddd507c11e424105869833fe6841b90275d
-
- Mar 09, 2015
-
-
Dan Zivkovic authored
Bug 19625976. Change-Id: Ia03f440a31b059b5af42d162e1145330bf7b5ddf
-
- Feb 19, 2015
-
-
Dan Zivkovic authored
Change-Id: Ifadae8aee668edbe2b507735d3ed6e68d52ef329
-
Dan Zivkovic authored
There should be 1 executor each for static and dynamic language models. This prevents too many dynamic LM updates from running in parallel, competing for resources. Change-Id: I8ec439e0ea2d92fba275bc20a0b8c9193346a0c1
-
- Feb 10, 2015
-
-
Mario Tanev authored
system "Personal dictionary" in the event that the DictionaryFacilitator doesn't. Change-Id: Ib4f15ec4d8f06ea43c2e063f5a13a2f699afbb8a
-