yanyiwu / cppjieba

"结巴"中文分词的C++版本
MIT License
2.6k stars 691 forks source link

jiaba.Cut结果和网页demo结果不一致 #153

Closed successren closed 1 month ago

successren commented 3 years ago

待分词字符串:"隔),Xi和 Yi分别表示" 网页demo分词结果: ["隔", "),xi", "和", "Yi", "分别", "表示", "第"]

用C++代码分词

s="隔),Xi和 Yi分别表示";
jieba.Cut(s, words, true);

结果是 ["隔", ")“,”,“,xi", "和", "Yi", "分别", "表示", "第"]

想要网页demo那种结果,我需要怎么做?

github-actions[bot] commented 1 month ago

This issue has not been updated for over 1 year and will be marked as stale. If the issue still exists, please comment or update the issue, otherwise it will be closed after 7 days.

github-actions[bot] commented 1 month ago

This issue has been automatically closed due to inactivity. If the issue still exists, please reopen it.