最多使用六個自來組成一個詞

This commit is contained in:
Mengjuei 2011-10-18 16:06:51 -07:00
parent f0c86bf16f
commit e3b6747fa2
1 changed files with 2 additions and 1 deletions

View File

@ -60,7 +60,8 @@ namespace Formosa {
static const string Join(vector<string>::const_iterator begin, vector<string>::const_iterator end, const string& separator);
static const size_t MaximumBuildSpanLength = 5;
//最多使用六個字組成一個詞
static const size_t MaximumBuildSpanLength = 6;
size_t m_cursorIndex;
vector<string> m_readings;