diff options
author | 2011-03-07 22:48:09 -0800 | |
---|---|---|
committer | 2011-03-07 22:48:09 -0800 | |
commit | 2113ec2fa49b9f3d91eca8721406654191ee66fa (patch) | |
tree | e97f385d276c5bfd50b2de3e9dd7f617e11aca09 | |
parent | 36e2abdd3be1a2492f0816ec0fb4da96abf3d395 (diff) | |
parent | e07f93d3ab60f88b154740186795efaf802c7051 (diff) | |
download | latinime-2113ec2fa49b9f3d91eca8721406654191ee66fa.tar.gz latinime-2113ec2fa49b9f3d91eca8721406654191ee66fa.tar.xz latinime-2113ec2fa49b9f3d91eca8721406654191ee66fa.zip |
am e07f93d3: Merge "Tweak the demotion rate for a word with missing letter" into honeycomb-mr1
* commit 'e07f93d3ab60f88b154740186795efaf802c7051':
Tweak the demotion rate for a word with missing letter
-rw-r--r-- | native/src/defines.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/defines.h b/native/src/defines.h index a81aa4998..00cbb6c9e 100644 --- a/native/src/defines.h +++ b/native/src/defines.h @@ -138,7 +138,7 @@ static void prof_out(void) { #define SUGGEST_WORDS_WITH_SPACE_PROXIMITY true // The following "rate"s are used as a multiplier before dividing by 100, so they are in percent. -#define WORDS_WITH_MISSING_CHARACTER_DEMOTION_RATE 100 +#define WORDS_WITH_MISSING_CHARACTER_DEMOTION_RATE 70 #define WORDS_WITH_MISSING_SPACE_CHARACTER_DEMOTION_RATE 80 #define WORDS_WITH_EXCESSIVE_CHARACTER_DEMOTION_RATE 75 #define WORDS_WITH_EXCESSIVE_CHARACTER_OUT_OF_PROXIMITY_DEMOTION_RATE 75 |