diff options
author | 2011-03-07 22:44:16 -0800 | |
---|---|---|
committer | 2011-03-07 22:44:16 -0800 | |
commit | e07f93d3ab60f88b154740186795efaf802c7051 (patch) | |
tree | 6b5a9f655cfe15f98cbf3c0572ae62e9b66bd5e6 /native/src/defines.h | |
parent | 463418385c2bca0ec13a3f720e0dbdbe769004bd (diff) | |
parent | 0bddb2f4d63af30d7c4347e17c9d35c80e16a8fc (diff) | |
download | latinime-e07f93d3ab60f88b154740186795efaf802c7051.tar.gz latinime-e07f93d3ab60f88b154740186795efaf802c7051.tar.xz latinime-e07f93d3ab60f88b154740186795efaf802c7051.zip |
Merge "Tweak the demotion rate for a word with missing letter" into honeycomb-mr1
Diffstat (limited to 'native/src/defines.h')
-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 |