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
1、dict.txt如下 2、测试代码如下,使用搜索引擎模式 3、结果如下,只能召回vivos,无法召回vivo
The text was updated successfully, but these errors were encountered:
搜索分词是分词加个后处理规则: 把所有长度为2或者3的子串查一遍在不在词典, 在的话输出
jieba/jieba/__init__.py
Line 343 in 67fa2e3
vivos中vivo刚好不符合这个规则, 可以自行加逻辑处理.
或者用AC之类的找出所有字典词
Sorry, something went wrong.
这不是中文分词库吗
No branches or pull requests
1、dict.txt如下
2、测试代码如下,使用搜索引擎模式
3、结果如下,只能召回vivos,无法召回vivo
The text was updated successfully, but these errors were encountered: