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
请问汉语语义法相似度和字面编辑法相似度分别采用的是什么算法进行计算的
The text was updated successfully, but these errors were encountered:
词语相似度, 汉语语义法相似度算法:基于知网义原计算词之间的相似度,具体实现参考代码:https://github.com/shibing624/similarity/blob/master/src/main/java/org/xm/similarity/word/hownet/sememe/SememeSimilarity.java 字面编辑法相似度:基于拼音的编辑距离计算,拼音用编辑距离表示相似程度,参考实现:https://github.com/shibing624/similarity/blob/master/src/main/java/org/xm/similarity/word/pinyin/PinyinSimilarity.java。
Sorry, something went wrong.
您好,请问CharBasedSimilarity(字面相似度)是采用的什么算法?是基于某个数学公式吗?
编辑距离。
No branches or pull requests
请问汉语语义法相似度和字面编辑法相似度分别采用的是什么算法进行计算的
The text was updated successfully, but these errors were encountered: