didyoumean2
a library for matching human-quality input to a list of potential matches using the Levenshtein distance algorithm
leven
Measure the difference between two strings using the Levenshtein distance algorithm
string-similarity-checker
Finds degree of similarity between strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.