levenstein
v1.0.0
Published
A micro library that returns the Levenshtein distance bewteen lists of strings
Downloads
2
Readme
Levenshtein distance (LD) is a measure of the similarity between two strings, which we will refer to as the source string (s) and the target string (t). The distance is the number of deletions, insertions, or substitutions required to transform s into t.