mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
clear tmp result to fix bug in QuerySegment.hpp
This commit is contained in:
parent
d8e00f7d62
commit
bdd1381810
@ -91,6 +91,9 @@ namespace CppJieba
|
||||
res.push_back(*fullResItr);
|
||||
}
|
||||
}
|
||||
|
||||
//clear fullRes
|
||||
fullRes.clear();
|
||||
}
|
||||
else // just use the mix result
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user