-
Notifications
You must be signed in to change notification settings - Fork 327
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
句子相似度 #35
Comments
强化否词(例子中是“不”)的权重,再算相似度。 |
是否有相关文档可以参考,或者您可以简单说明一下如何在代码中进行修改吗 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
以“中国人不爱吃鱼”和“中国人喜爱吃鱼”为测试样例,词形词序句子相似度值为0.73,优化的编辑距离句子相似度值、标准编辑距离句子相似度值和 gregeor 编辑距离句子相似度值均 0.5,对于这种相似度计算无法令人满意的情况是否有更好的解决办法
The text was updated successfully, but these errors were encountered: