The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity
GNU General Public License v2.0
1.26k
stars
155
forks
source link
please add Damerau–Levenshtein distance #9
Open
sandrotosi opened 10 years ago
Hello, it might be interesting having "Damerau–Levenshtein distance" added.
You can find references here: http://en.wikipedia.org/wiki/Damerau-Levenshtein_distance
Thanks for considering, Sandro