aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/compat/InputMethodServiceCompatWrapper.java
diff options
context:
space:
mode:
authorsatok <satok@google.com>2011-04-11 16:14:45 +0900
committersatok <satok@google.com>2011-04-13 10:44:18 +0900
commitdc5301e5902826b0e9a44fc3d45695526eaf66b3 (patch)
treea445a953a5967c667bd957f09270e4e93be7fc80 /java/src/com/android/inputmethod/compat/InputMethodServiceCompatWrapper.java
parenta8c163f262c0876c3b05d091633395389ad583af (diff)
downloadlatinime-dc5301e5902826b0e9a44fc3d45695526eaf66b3.tar.gz
latinime-dc5301e5902826b0e9a44fc3d45695526eaf66b3.tar.xz
latinime-dc5301e5902826b0e9a44fc3d45695526eaf66b3.zip
Change the formula of the missing character.
- Bug: 4271049 - Due to the result of the recent user study, a word with a missing character needs to be promoted a bit. so I changed the formula from: - freq * 70 * (n - 2) / (n - 1) to: - freq * 90 * (10n - 12) / (10n - 2) Change-Id: Ibff72cbdb0f2d7b91460a06a0fd39a9f5749aa46
Diffstat (limited to 'java/src/com/android/inputmethod/compat/InputMethodServiceCompatWrapper.java')
0 files changed, 0 insertions, 0 deletions