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

词库里加入英文分词后,在使用分词的时候,能不能忽略大小写 #59

Open
nicolas830316 opened this issue Jul 20, 2019 · 0 comments

Comments

@nicolas830316
Copy link

例如词库里加入了:CAD
然后 CAD2016安装教程 会被分为 CAD/2016/安装/教程
但是 cad2016安装教程 则CAD没有被识别,会被分为 cad2016/安装/教程

这个在搜索分词的时候,一般不会太注意大小写。虽然索引可以忽略大小写,但是用户输入的关键词内容分词的时候就已经出现了偏差,那索引查询的结果就会有很大纰漏了。

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