Make MAX_PREV_WORD_COUNT_FOR_N_GRAM 2.
Bug: 14425059 Change-Id: Iefacd7e4a6c256658a58856240310eeb91ae32db
This commit is contained in:
parent
8806248386
commit
9db2cb4a37
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ static inline void prof_out(void) {
|
||||||
#define MAX_POINTER_COUNT_G 2
|
#define MAX_POINTER_COUNT_G 2
|
||||||
|
|
||||||
// (MAX_PREV_WORD_COUNT_FOR_N_GRAM + 1)-gram is supported.
|
// (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) \
|
#define DISALLOW_DEFAULT_CONSTRUCTOR(TypeName) \
|
||||||
TypeName() = delete
|
TypeName() = delete
|
||||||
|
|
Loading…
Reference in a new issue