aboutsummaryrefslogtreecommitdiffstats
path: root/native/src/defines.h
diff options
context:
space:
mode:
authorsatok <satok@google.com>2011-05-24 14:28:13 +0900
committersatok <satok@google.com>2011-05-24 14:31:06 +0900
commit99c908a5958446e1f887bcfbeb4f2772e7ea5b85 (patch)
tree4027121f225e5d0fea55efbe9131e30d833a42c0 /native/src/defines.h
parent5979673c9ea1691ba3129067961bbe6003fc250c (diff)
downloadlatinime-99c908a5958446e1f887bcfbeb4f2772e7ea5b85.tar.gz
latinime-99c908a5958446e1f887bcfbeb4f2772e7ea5b85.tar.xz
latinime-99c908a5958446e1f887bcfbeb4f2772e7ea5b85.zip
Tweak the demotion rate for the mistyped space correction
Bug: 4402942 Change-Id: I7f5412b9fd2f1506f529cff0c3399d748c6ece92
Diffstat (limited to 'native/src/defines.h')
-rw-r--r--native/src/defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/defines.h b/native/src/defines.h
index e6034a272..0a3240507 100644
--- a/native/src/defines.h
+++ b/native/src/defines.h
@@ -140,7 +140,7 @@ static void prof_out(void) {
// 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 80
#define WORDS_WITH_MISSING_CHARACTER_DEMOTION_START_POS_10X 12
-#define WORDS_WITH_MISSING_SPACE_CHARACTER_DEMOTION_RATE 70
+#define WORDS_WITH_MISSING_SPACE_CHARACTER_DEMOTION_RATE 67
#define WORDS_WITH_EXCESSIVE_CHARACTER_DEMOTION_RATE 75
#define WORDS_WITH_EXCESSIVE_CHARACTER_OUT_OF_PROXIMITY_DEMOTION_RATE 75
#define WORDS_WITH_TRANSPOSED_CHARACTERS_DEMOTION_RATE 60