mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
fetch ahead
This commit is contained in:
parent
c2125b5371
commit
283c65db0a
@ -74,7 +74,7 @@ namespace CppJieba
|
|||||||
{
|
{
|
||||||
if(_stopWords.end() != _stopWords.find(itr->first))
|
if(_stopWords.end() != _stopWords.find(itr->first))
|
||||||
{
|
{
|
||||||
itr = wordmap.erase(itr);
|
wordmap.erase(itr);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user