diff options
author | 2014-12-03 03:43:49 +0000 | |
---|---|---|
committer | 2014-12-03 03:43:50 +0000 | |
commit | b0063751fc05b5466934c5e63fa5f3f2fc65429e (patch) | |
tree | 2d889129abb3742d66f94c47195a92b8eda80d5f /native/jni/src/defines.h | |
parent | e79d504cf521e6dd516f0d15eb29f9e61be3e85d (diff) | |
parent | 60021bbdc25b7cda864fb3d1bf47d4f0e977e7f9 (diff) | |
download | latinime-b0063751fc05b5466934c5e63fa5f3f2fc65429e.tar.gz latinime-b0063751fc05b5466934c5e63fa5f3f2fc65429e.tar.xz latinime-b0063751fc05b5466934c5e63fa5f3f2fc65429e.zip |
Merge "Enable Quadgram for personalized dicts."
Diffstat (limited to 'native/jni/src/defines.h')
-rw-r--r-- | native/jni/src/defines.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/jni/src/defines.h b/native/jni/src/defines.h index 0e67b4d5a..10b930e4f 100644 --- a/native/jni/src/defines.h +++ b/native/jni/src/defines.h @@ -275,7 +275,7 @@ static inline void showStackTrace() { #define MAX_POINTER_COUNT_G 2 // (MAX_PREV_WORD_COUNT_FOR_N_GRAM + 1)-gram is supported. -#define MAX_PREV_WORD_COUNT_FOR_N_GRAM 2 +#define MAX_PREV_WORD_COUNT_FOR_N_GRAM 3 #define DISALLOW_DEFAULT_CONSTRUCTOR(TypeName) \ TypeName() = delete |