Introduction - If you have any usage issues, please Google them yourself
Levenshtein Distance Algorithm s python version
The Levenshtein distance between two strings is defined as the minimum number of edits needed to transform one string into the other, with the allowable edit operations being insertion, deletion, or substitution of a single character