commit | 581335c3fbc0968aac02507453d783cdd97455bf | [log] [tgz] |
---|---|---|
author | Jean Chalard <jchalard@google.com> | Fri Jun 17 12:45:17 2011 +0900 |
committer | Jean Chalard <jchalard@google.com> | Fri Jun 17 12:45:17 2011 +0900 |
tree | 416a4142f34c7e819cec1b6ed99665ed4f1fac50 | |
parent | e681d671fd6ae9961f5c379d4d152e98d31408c7 [diff] [blame] |
Fix a bug where bigram search would never return Bug: 4690487 Change-Id: Ie8f3f651508cc48bbb043a0b308f7e0d1524371c
diff --git a/native/src/dictionary.h b/native/src/dictionary.h index 3b360d9..1b41f69 100644 --- a/native/src/dictionary.h +++ b/native/src/dictionary.h
@@ -62,6 +62,9 @@ const int pos, unsigned short *c, int *childrenPosition, bool *terminal, int *freq); + // TODO: delete this + int getBigramPosition(unsigned short *word, int length); + private: bool hasBigram();