#include #include #include "src/KeyWordExt.h" #include "src/cppcommon/str_functs.h" #include "src/cppcommon/vec_functs.h" using namespace std; using namespace CppJieba; int main(int argc, char ** argv) { if(argc < 2) { cerr<<"usage: "< res; string line; while(getline(ifile, line)) { res.clear(); ext.extract(line, res, 20); cout<