Closed CMCDragonkai closed 6 years ago
I was hoping to use this operator in a BKTree (https://github.com/Jetsetter/pybktree), but I found this happening.
fuzz.token_sort_ratio('sma solar technology ag', 'Sungrow Power Supply Co Ltd') # 24 fuzz.token_sort_ratio( 'Sungrow Power Supply Co Ltd', 'sma solar technology ag') # 28
Just found this issue: https://github.com/seatgeek/fuzzywuzzy/issues/173 I will test with the C library.
With the installation of pip install python-levenshtein, this problem goes away.
pip install python-levenshtein
I was hoping to use this operator in a BKTree (https://github.com/Jetsetter/pybktree), but I found this happening.