Update demo.cpp

多了个分号~ 虽然影响不大~
This commit is contained in:
张家麟 2018-01-29 10:12:38 +00:00 committed by GitHub
parent 6aff1f637c
commit 1089dcdcd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ int main(int argc, char** argv) {
s = "我是拖拉机学院手扶拖拉机专业的。不用多久我就会升职加薪当上CEO走上人生巅峰。"; s = "我是拖拉机学院手扶拖拉机专业的。不用多久我就会升职加薪当上CEO走上人生巅峰。";
jieba.Tag(s, tagres); jieba.Tag(s, tagres);
cout << s << endl; cout << s << endl;
cout << tagres << endl;; cout << tagres << endl;
cout << "[demo] Keyword Extraction" << endl; cout << "[demo] Keyword Extraction" << endl;
const size_t topk = 5; const size_t topk = 5;