Rapid fuzzy string matching in Python using various string metrics
翻译 - 使用Levenshtein距离的Python和C ++快速模糊字符串匹配
Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.
翻译 - 根据Dice系数找出两个字符串之间的相似度,该相似度通常比Levenshtein距离更好。