- Mar 18, 2011
-
-
Jean Chalard authored
This change adds basic support for an external dictionary provider. It adds methods for reading the dictionary itself from an asset in the dictionary provider package directly, obtaining the file name through the ContentProvider interface; it also adds a way of getting the data through an InputStream and copying the file locally. Incidentally this change also adds the code needed to listen for updating the dictionary provider package and reloading it in time. This change also goes hand-in-hand with Iab31db6e, which implements the small closed part of this. Issue: 3414944 Change-Id: I5e4fff99a59bb99dbdb002102db6c90e6cb41c8a
-
- Mar 17, 2011
-
-
satok authored
Change-Id: I008ac7099c815fb74a9ab374419617b336453f97
-
Tadashi G. Takaoka authored
This changes: * Flag initialization code in BinaryDictionary to be more unit test friendly. * Removing unnecessary class hierarchy of LatinIME inner class WordAlternatives. * Formatting normalized score neatly. Change-Id: I9f10c093d4f36258fe883cf3fb10cbbda2770497
-
Tadashi G. Takaoka authored
-
Eric Fischer authored
* commit '88adb7d4': Import revised translations. DO NOT MERGE
-
Eric Fischer authored
Change-Id: Ieb00b75f2eb2f9a85e11c1694d42d2ee449e29e0
-
- Mar 16, 2011
-
-
Tadashi G. Takaoka authored
This change also corrects usage of "frequency", "priority" and "score" * Frequency is the relative probability in dictionary. * Score is the relative probability in suggestions. * Priority is kind a sorted score. Change-Id: Iafb135a4ecdb401cc505014a07c74dfcac44d699
-
Jean Chalard authored
* commit 'd631651b': Avoid the removal of high-ranking exactly typed candidates.
-
Eric Fischer authored
* commit 'c0471c43': Import revised translations. DO NOT MERGE
-
Jean Chalard authored
It used to be the case that the scoring system turns up the same word that was entered with a different capitalization, but with a lower score than some other, more frequent word. To cope with this, there was code that would order such candidates in the first slot no matter what. This processing is now useless because fully matching words now have a huge boost that ensures they will get to the top of the list, before any non-fully matching word (which means, differing only by capitalization or accents). The bug that did happen with this was, if a fully-matching word got matched by several processing passes, and the (chronologically) later score affected to this word was weaker, it would result in the duplicate removal pass removing the stronger score. This in turn would mess with autocorrect. In an effort to keep the risk at a minimum for MR1, this change does not actually remove the useless code, but adds a check in the odd case to avoid the bad situation. Another change will remove the code for ICS release. bug: 4100269 Change-Id: I18c0575332981ffec0e257e26a360995838d521e
-
- Mar 15, 2011
-
-
Eric Fischer authored
Change-Id: I6eaad0ee53243ae5eece9bc6f8013eb77472e988
-
Eric Fischer authored
Change-Id: Idc65c5944dcfa576ee50facb6b1f82e2a7d7186f
-
- Mar 10, 2011
-
-
Eric Fischer authored
* commit '9db8d064': Import revised translations. DO NOT MERGE
-
Eric Fischer authored
Change-Id: I660c6bc3b40072e209fe31c3c86ad11ce7928a71
-
- Mar 09, 2011
-
-
Tadashi G. Takaoka authored
* commit '6a75cd12': Add alphabet hint to number password layout
-
Tadashi G. Takaoka authored
* commit 'ab0ee37f': Disable debug flag in TextEntryState
-
Tadashi G. Takaoka authored
Bug: 4063047 Change-Id: I53e79edcb15d4da73a72d14a38224e80b612c115
-
- Mar 08, 2011
-
-
Tadashi G. Takaoka authored
Bug: 4051276 Change-Id: I980c0dfefdf3ae70935aca9755a55d1c925a23f9
-
satok authored
-
satok authored
-
satok authored
Bug: 4027223 Change-Id: Ie9a5552d2f41d60f433573fde52efc097f5143bf
-
satok authored
Bug: 3447571 Change-Id: I538e4e706982129b666ca1ab1085f1b68b69f87f
-
satok authored
-
satok authored
Bug: 4027223 Change-Id: Icf7c5b917c18b565dca95b98b96c1c8e2963f540
-
- Mar 07, 2011
-
-
Eric Fischer authored
* commit 'd7e2bc33': Import revised translations. DO NOT MERGE
-
Eric Fischer authored
Change-Id: I2d90d6842d8572db68b3034917fa45e642c7f123
-
- Mar 06, 2011
-
- Mar 05, 2011
-
-
satok authored
Bug: 3311719 -- also fixed compiler warnings Change-Id: I6941c0d02f10d67af88bc943748dde8d8783fabb
-
Jean Chalard authored
am eaecb56f: Merge "Demote skipped characters matched words with respect to length." into honeycomb-mr1 * commit 'eaecb56f': Demote skipped characters matched words with respect to length.
-
Jean Chalard authored
-
Ken Wakasa authored
* commit '5ac85462': Fix a NPE caused by a null typedWord
-
satok authored
-
Ken Wakasa authored
-
satok authored
Bug: 3311719 Change-Id: Ide12a4a6280103c092fa0f563dd5b9e3f7f5c89b
-
Jean Chalard authored
Words that matched user input with skipped characters used to be demoted in BinaryDictionary by a constant factor and not at all in those dictionaries implemented in java code. To represent the fact that the impact of a skipped character gets larger as the word is shorter, this change will implement a demotion that gets larger as the typed word is shorter. The demotion rate is (n - 2) / (n - 1) where n is the length of the typed word for n >= 2. It implements it for both BinaryDictionary and java dictionaries. Bug: 3340731 Change-Id: I3a18be80a9708981d56a950dc25fe08f018b5b89
-
Ken Wakasa authored
bug: 3514797 Change-Id: Ie1056745ded1f848d1e4f70c5344d6969de509b0
-