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

jieba.lcut("具体位置")在windows和linux上的结果不一致 #934

Closed
gamersover opened this issue Jul 21, 2021 · 1 comment
Closed

Comments

@gamersover
Copy link

在windows和linux上的jieba版本都是0.42.1

在windows上的结果

>>> jieba.lcut("具体位置")       
['具体', '位置']

然而在linux上的结果是

>>> jieba.lcut("具体位置")
['具体位置']

windows上的结果应该是期待的结果

@gamersover
Copy link
Author

gamersover commented Jul 22, 2021

在windows和linux上的jieba版本都是0.42.1

在windows上的结果

>>> jieba.lcut("具体位置")       

['具体', '位置']

然而在linux上的结果是

>>> jieba.lcut("具体位置")

['具体位置']

windows上的结果应该是期待的结果

很久之前修改过默认词典,怪我

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