alpae / fuzzyset

A simple fuzzy matching set for python strings
https://github.com/alpae/fuzzyset
9 stars 3 forks source link

use more performant RapidFuzz instead of unmaintained python-Levenshtein #2

Closed bt2901 closed 2 years ago

alpae commented 2 years ago

Hi @bt2901

thanks for suggesting updating the Levenshtein library. seems reasonable according to discussions in https://github.com/ztane/python-Levenshtein/issues/61.

however, the tests would also need to be updated, can you do that? Cheers

alpae commented 2 years ago

and there is also the c-code that needs to be updated...

alpae commented 2 years ago

@bt2901,

I've quickly done these changes myself. thanks for bringing this up. cheers Adrian