Commit fbbd9d27 authored by Hiroshi Sumita's avatar Hiroshi Sumita
Browse files

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
parent ea35e757
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 {