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
>>> synonyms.compare("旗帜引领方向", "道路决定命运", seg=True) 0.11 >>> synonyms.compare("道路决定命运", "道路决定命运", seg=True) 1.0 >>> synonyms.compare("旗帜引领方向", "旗帜指引道路", seg=True) 0.445 >>> synonyms.compare("轿车", "汽车", seg=True) 1.0 >>> synonyms.compare("宝石", "宝物", seg=True) 1.0 >>> synonyms.compare("宝石", "宝", seg=True) 0.878 >>> synonyms.compare("宝石", "中国", seg=True) 0.024 >>> synonyms.compare("外文", "中文", seg=True) 1.0 >>> synonyms.compare("外文", "中文", False) 1.0 >>> synonyms.compare("中午", "下午", False) 1.0 >>> synonyms.compare(u"中午", u"下午", False) 1.0
The text was updated successfully, but these errors were encountered:
可以看源码啊
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: