Gramambular // Boost MaximumBuildSpanLength to 10.

This commit is contained in:
ShikiSuen 2022-02-24 14:58:42 +08:00
parent 6230bf0d67
commit 6e4006295f
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ protected:
std::vector<std::string>::const_iterator end,
const std::string& separator);
// 最多使用六個字組成一個詞
static const size_t MaximumBuildSpanLength = 6;
// 規定最多可以組成的詞的字數上限為 10
static const size_t MaximumBuildSpanLength = 10;
size_t m_cursorIndex;
std::vector<std::string> m_readings;