juliancoleman / orchestra

A dependency-free, pure-function String manipulation library
MIT License
1 stars 0 forks source link

Add #levenshtein() method to lib #14

Open juliancoleman opened 5 years ago

juliancoleman commented 5 years ago

Very useful application in spell checking and string matching. Informally, the Levenshtein distance between two words is the minimum number of single-character edits (insertions, deletions or substitutions) required to change one word into the other.