mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
fix warn bug
This commit is contained in:
parent
2c77ac8806
commit
a20aa21f70
@ -189,6 +189,7 @@ namespace CppJieba
|
|||||||
LogDebug(string_format("ext res:[%s]", joinStr(keywords, ",").c_str()));
|
LogDebug(string_format("ext res:[%s]", joinStr(keywords, ",").c_str()));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool KeyWordExt::extract(const string& title, vector<string>& keywords, uint topN)
|
bool KeyWordExt::extract(const string& title, vector<string>& keywords, uint topN)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user