futokb/java
Jean Chalard 07a8406bc1 Demote skipped characters matched words with respect to length.
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
2011-03-05 13:20:19 +09:00
..
res Remove unneeded large-screen-specific translations. 2011-03-03 15:50:53 -08:00
src/com/android/inputmethod Demote skipped characters matched words with respect to length. 2011-03-05 13:20:19 +09:00
Android.mk Consolidate main dictionary files. 2011-01-05 11:31:58 +09:00
AndroidManifest.xml Disable shortcut key when network is not available 2011-01-26 17:07:55 +09:00
MODULE_LICENSE_APACHE2
NOTICE
proguard.flags Remove multi-tap feature 2010-12-20 21:58:31 +09:00