RapidFuzz icon indicating copy to clipboard operation
RapidFuzz copied to clipboard

Different results on Windows and Linux? Linux didn't supported?

Open OAE69 opened this issue 2 months ago • 4 comments

I run same code on pycharm and Linux, but I get different results, python: from rapidfuzz import fuzz

score= fuzz.token_set_ratio("It is an apple", "It is an apple juice") print(score)

In pycharm, i get 100, In Linux, i get 97, the version of python and rapidfuzz is same

OAE69 avatar Apr 23 '24 09:04 OAE69