fix warn bug

This commit is contained in:
gwdwyy 2013-08-16 12:54:45 +08:00
parent 2c77ac8806
commit a20aa21f70

View File

@ -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)