diff options
author | 2011-04-18 11:40:22 +0900 | |
---|---|---|
committer | 2011-04-18 12:36:11 +0900 | |
commit | a4374d2eb70dad908b1d1b8b58f0c9d3d337fef4 (patch) | |
tree | 2b79e5c7b1de8b7fdcb16ed01ff4f202dedab41b /native/src/defines.h | |
parent | a0efebf304c3924f93e49cf9e7c85e9a9d1627b2 (diff) | |
download | latinime-a4374d2eb70dad908b1d1b8b58f0c9d3d337fef4.tar.gz latinime-a4374d2eb70dad908b1d1b8b58f0c9d3d337fef4.tar.xz latinime-a4374d2eb70dad908b1d1b8b58f0c9d3d337fef4.zip |
Promote the correction of words with a missing space character
Change-Id: I37ba618b54f7115163a3e9c6c555485e7024dc92
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 bdab19ff7..a5ed6827b 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 80 +#define WORDS_WITH_MISSING_SPACE_CHARACTER_DEMOTION_RATE 75 #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 |