mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
debug
This commit is contained in:
parent
3007249099
commit
46ecb1382a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user