Text similarity calculator
收藏RapidAPI2019-02-20 更新2024-05-11 收录
下载链接:
https://rapidapi.com/medel/api/text-similarity-calculator
下载链接
链接失效反馈官方服务:
资源简介:
This calculates the similarity between two texts in percentage. It is an implementation as described in Programming Classics: Implementing the World's Best Algorithms by Ian Oliver). Note that this implementation does not use a stack as in Oliver's pseudo code, but recursive calls which may or may not speed up the whole process. Note also that the complexity of this algorithm is O(N**3) where N is the length of the longest string.
For more details:
https://en.wikipedia.org/wiki/Approximate_string_matching
创建时间:
2019-02-20



