Python‎ > ‎

Fuzzy Logic

Fuzzy String Matching

Ensure Visual C++ Libraries are installed (see above)

Different Fuzzy String Matching packages

FuzzyWuzzy: 

In command prompt:

pip install fuzzywuzzy[speedup]

This will install both fuzzywuzzy and python-levenshtein

If python-levenshtein fails, it may be that there is not an official version for your version of Python

See if there is an unofficial version here:

Save the whl file in the the Wheels folder as above

pip install wheels\some-whl-file.whl
Comments