Gramambular // Boost MaximumBuildSpanLength to 10.
This commit is contained in:
parent
eda192e951
commit
80d1b53426
|
@ -57,8 +57,8 @@ protected:
|
||||||
std::vector<std::string>::const_iterator end,
|
std::vector<std::string>::const_iterator end,
|
||||||
const std::string& separator);
|
const std::string& separator);
|
||||||
|
|
||||||
// 最多使用六個字組成一個詞
|
// 規定最多可以組成的詞的字數上限為 10
|
||||||
static const size_t MaximumBuildSpanLength = 6;
|
static const size_t MaximumBuildSpanLength = 10;
|
||||||
|
|
||||||
size_t m_cursorIndex;
|
size_t m_cursorIndex;
|
||||||
std::vector<std::string> m_readings;
|
std::vector<std::string> m_readings;
|
||||||
|
|
Loading…
Reference in New Issue