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.7.3 我使用的版本是:1.7.3
自定义词典存在长词,自定义词性 以m或x 开头,会被修改词性
我的额度 xyz 1000 提高额度 my 1000
[我的额度/xyz, 不够/a, ,/w, 需要/v, 提高额度/my]
[我的额度/x, 不够/a, ,/w, 需要/v, 提高额度/mq]
自定义分词的时候,在拼接词的时候,ViterbiSegment的combineWords方法调用Vertex的compileRealWord方法,在词性以x和m开头的时候,导致词性修改
The text was updated successfully, but these errors were encountered:
69cddf7
感谢反馈,已经修复,请参考上面的commit。 如果还有问题,欢迎重开issue。
Sorry, something went wrong.
厉害,速度真快
修复自定义词性 fix #1172
3d9e412
No branches or pull requests
注意事项
请确认下列注意事项:
版本号
当前最新版本号是:1.7.3
我使用的版本是:1.7.3
我的问题
自定义词典存在长词,自定义词性 以m或x 开头,会被修改词性
复现问题
步骤
我的额度 xyz 1000
提高额度 my 1000
触发代码
期望输出
实际输出
原因分析
自定义分词的时候,在拼接词的时候,ViterbiSegment的combineWords方法调用Vertex的compileRealWord方法,在词性以x和m开头的时候,导致词性修改
其他信息
The text was updated successfully, but these errors were encountered: