seatgeek / thefuzz

Fuzzy String Matching in Python
MIT License
2.84k stars 138 forks source link

There was some ratio func can't used in process.extract. #34

Open JJYY2333 opened 2 years ago

JJYY2333 commented 2 years ago

Include: fuzz.UQRatio,fuzz.UWRatio, fuzz.partial_ratio,fuzz.partial_token_sort_ratio, fuzz.token_sort_ratio,fuzz.ratio

maxbachmann commented 2 years ago

It is unclear what's not working with these metrics

maxbachmann commented 2 years ago

@JJYY2333 this is probably caused by https://github.com/seatgeek/thefuzz/issues/35 and should be fixed by uninstalling python-Levenshtein and reinstalling it