Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
successren opened this issue Apr 23, 2021 · 0 comments
Open

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

successren opened this issue Apr 23, 2021 · 0 comments

Comments

@successren
Copy link

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

用C++代码分词

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

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant