summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi Sumita <hsumita@google.com>2012-02-13 11:13:07 +0900
committerHiroshi Sumita <hsumita@google.com>2012-02-13 11:13:07 +0900
commitfbbd9d276c113ec0ad0af2d8e61c778f9beeae30 (patch)
tree6cab0bcadfc0990b63d12ff4310b809fd6a98de9
parentea35e7571dea7d7f13ad9007ba06a1a53aedeca3 (diff)
downloadpyzy-fbbd9d276c113ec0ad0af2d8e61c778f9beeae30.tar.gz
Temporary fix to get all candidates.
BUG=We only get at most 12 candidates for any input. TEST=Build a package. Review URL: https://codereview.appspot.com/5645079
-rw-r--r--src/PyZyPhraseEditor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/PyZyPhraseEditor.h b/src/PyZyPhraseEditor.h
index 28923a9..b6473b0 100644
--- a/src/PyZyPhraseEditor.h
+++ b/src/PyZyPhraseEditor.h
@@ -27,7 +27,8 @@
#include "PyZyPhraseArray.h"
#include "PyZyPinyinArray.h"
-#define FILL_GRAN (12)
+// TODO(hsumita): Refine this value after refactor PyZyCandidates.
+#define FILL_GRAN (10000)
namespace PyZy {