fuzzywuzzy icon indicating copy to clipboard operation
fuzzywuzzy copied to clipboard

Fuzzy String Matching in Python

Results 100 fuzzywuzzy issues
Sort by recently updated
recently updated
newest added

Hi, A friend and I are using FuzzyWuzzy for approximate string matching (imagine that lol) to find a given input in an array that we generated out of a JSON...

Hey, After testing failure of fuzz.ratio at the detection of basic sim. match, I found that the newer ver of python-Levenshtein(0.22.0) makes the fuzz.ratio output wrong answer when installing it...

Hi, Planning to use the library licensed under GNU Library General Public License v2 we are not doing any modifications in the source code of the library GPL, or our...

While running the Fuzzy Wuzzy `process.extract()` method the following error is thrown :- ``` matches = fw_process.extract( ../../.local/share/virtualenvs/proj-NKfiPrkj/lib/python3.8/site-packages/fuzzywuzzy/process.py:168: in extract return heapq.nlargest(limit, sl, key=lambda i: i[1]) if limit is not...

I am using process.extract method, And I know it uses WRatio under the hood for calculating score. Following is the case in which I am getting very high score of...

``` + /usr/bin/python3 -s -B -m compileall2 -f -j48 -o 0 -o 1 -o 2 -s /home/tkloczko/rpmbuild/BUILDROOT/python-fuzzywuzzy-0.18.0-6.fc35.x86_64 -p / /home/tkloczko/rpmbuild/BUILDROOT/python-fuzzywuzzy-0.18.0-6.fc35.x86_64/usr/lib64/python3.8/site-packages /home/tkloczko/rpmbuild/BUILDROOT/python-fuzzywuzzy-0.18.0-6.fc35.x86_64/usr/lib/python3.8/site-packages Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-fuzzywuzzy-0.18.0-6.fc35.x86_64/usr/lib64/python3.8/site-packages'... Can't list '/home/tkloczko/rpmbuild/BUILDROOT/python-fuzzywuzzy-0.18.0-6.fc35.x86_64/usr/lib64/python3.8/site-packages' Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-fuzzywuzzy-0.18.0-6.fc35.x86_64/usr/lib/python3.8/site-packages'... Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-fuzzywuzzy-0.18.0-6.fc35.x86_64/usr/lib/python3.8/site-packages/fuzzywuzzy'......