We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
已经看过 #14 , 尝试过
Spring Boot 500000 nz
suggest_freq
jieba.suggest_freq(('Spring Boot'), True) content = "小明的工作是从事大数据和Spring Boot开发" words = pseg.cut(content)
结果都是Spring和Boot分开,请问要怎么做才能当成专有名词?
The text was updated successfully, but these errors were encountered:
字典里使用
"Spring Boot" 500000 nz
也无效
Sorry, something went wrong.
import re import jieba jieba.re_han_default = re.compile("([\u4E00-\u9FD5a-zA-Z0-9α-ωΑ-Ω+#&\._%\- ,,]+)", re.U)
No branches or pull requests
已经看过 #14 ,
尝试过
suggest_freq
结果都是Spring和Boot分开,请问要怎么做才能当成专有名词?
The text was updated successfully, but these errors were encountered: