diff options
author | 2014-09-19 03:16:37 +0000 | |
---|---|---|
committer | 2014-09-19 03:16:37 +0000 | |
commit | 63e483658fb993338db1259d44de8de848aae14b (patch) | |
tree | ca8fa81bcf0149c94b3659fc69bf665ab41e2f15 | |
parent | ca93dda3fdb293a7a04782c2e02c4107900dc10b (diff) | |
parent | 9db2cb4a374170788d8653add73ad5bd0ebdca6b (diff) | |
download | latinime-63e483658fb993338db1259d44de8de848aae14b.tar.gz latinime-63e483658fb993338db1259d44de8de848aae14b.tar.xz latinime-63e483658fb993338db1259d44de8de848aae14b.zip |
Merge "Make MAX_PREV_WORD_COUNT_FOR_N_GRAM 2."
-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 57e18884d..56d8bbb72 100644 --- a/native/jni/src/defines.h +++ b/native/jni/src/defines.h @@ -338,7 +338,7 @@ static inline void prof_out(void) { #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 1 +#define MAX_PREV_WORD_COUNT_FOR_N_GRAM 2 #define DISALLOW_DEFAULT_CONSTRUCTOR(TypeName) \ TypeName() = delete |