This commit is contained in:
gwdwyy 2013-07-17 15:02:13 +08:00
parent 3007249099
commit 46ecb1382a

View File

@ -285,7 +285,6 @@ namespace CppJieba
bool flag = false;
for(vector<WordInfo>::iterator it = wordInfos.begin(); it != wordInfos.end(); )
{
cout<<__FILE__<<__LINE__<<endl;
if(NULL != _priorPrefixTrie.findPrefix(it->word))
{
prior = *it;