Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63e48365 authored by Keisuke Kuroyanagi's avatar Keisuke Kuroyanagi Committed by Android (Google) Code Review
Browse files

Merge "Make MAX_PREV_WORD_COUNT_FOR_N_GRAM 2."

parents ca93dda3 9db2cb4a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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