LatinIME/native/src
satok dc5301e590 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
2011-04-13 10:44:18 +09:00
..
basechars.h Don't let the native code target be included twice when unbundling. 2010-03-09 15:01:09 -08:00
bigram_dictionary.cpp Add -Werror flag to catch more warnings and errors 2011-03-19 10:12:15 +09:00
bigram_dictionary.h Detach bigram functionarities from unigram_dictionary 2010-12-02 18:24:53 +09:00
char_utils.cpp Get rid of code taken from bionic to avoid license issue. 2010-04-23 01:24:09 +09:00
char_utils.h A part of efforts of unbundling LatinIME: Get rid of ICU dependency in the native code. 2010-04-21 22:43:17 +09:00
debug.h Use translation of fallback umlauts digraphs for German. 2011-03-03 11:52:23 +09:00
defines.h Change the formula of the missing character. 2011-04-13 10:44:18 +09:00
dictionary.cpp Add proximity info to native 2011-02-23 23:04:00 +09:00
dictionary.h Use translation of fallback umlauts digraphs for German. 2011-03-03 11:52:23 +09:00
proximity_info.cpp A bug fix for the mistyped space algorithm 2011-03-04 23:25:48 -08:00
proximity_info.h Add -Werror flag to catch more warnings and errors 2011-03-19 10:12:15 +09:00
unigram_dictionary.cpp Change the formula of the missing character. 2011-04-13 10:44:18 +09:00
unigram_dictionary.h A bug fix for the mistyped space algorithm 2011-03-04 23:25:48 -08:00