pip install python-Levenshtein python import Levenshtein str1 = "hello" str2 = "hola" distance = Levenshtein.distance(str1, str2)


上一篇:
下一篇:
切换中文