Accepting 5-char phrases

This commit is contained in:
Mengjuei Hsieh 2011-10-01 10:20:18 -07:00
parent cf65a7d64b
commit 8549045ef5
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ namespace Formosa {
static const string Join(vector<string>::const_iterator begin, vector<string>::const_iterator end, const string& separator);
static const size_t MaximumBuildSpanLength = 4;
static const size_t MaximumBuildSpanLength = 5;
size_t m_cursorIndex;
vector<string> m_readings;