最多使用六個自來組成一個詞
This commit is contained in:
parent
c9d0378cd5
commit
7476edf12a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue