ztane / python-Levenshtein

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

sandrotosi commented 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

ztane commented 10 years ago

Contributions accepted ;-)

sventech commented 7 years ago

There is an implementation of Damerau-Levenshtein in Python already.