diff --git a/src/KeyWordExt.cpp b/src/KeyWordExt.cpp index 1442ed2..f3f92b5 100644 --- a/src/KeyWordExt.cpp +++ b/src/KeyWordExt.cpp @@ -189,6 +189,7 @@ namespace CppJieba LogDebug(string_format("ext res:[%s]", joinStr(keywords, ",").c_str())); #endif + return true; } bool KeyWordExt::extract(const string& title, vector& keywords, uint topN)