FuzzyWuzzy is a Fuzzy String Matching in Python that uses Levenshtein Distance to calculate the differences between sequences

Languages supported:

8.2/10 (Expert Score) ★★★★★
Product is rated as #37 in category Natural Language Understanding (NLU) Software
Ease of use
9.2
Support
7.7
Ease of Setup
0.0

FuzzyWuzzy is a Fuzzy String Matching in Python that uses Levenshtein Distance to calculate the differences between sequences

FuzzyWuzzy
FuzzyWuzzy

Show more categories

Customer Reviews

FuzzyWuzzy Reviews

Shane W.

Advanced user of FuzzyWuzzy
★★★★★
A smarter string comparison

What do you like best?

This Python package takes string comparison to another level by providing a similarity score (called a "ratio" in the package) when comparing strings. Rather than spitting out the standard true/false output when comparing strings for similarity, FW provides a similarity score out of 100, making it easy to find *almost* matches. This is not possible using other string comparisons like regex, simple compare, and/or difflib.

What do you dislike?

FW's methods use the Levenshtein Distance to calculate similarity between strings. Sometimes, the ideal string response (e.g. if using it for grading written responses for accuracy) is a set length, and all responses of other lengths are incorrect. In that case, a distance that's computationally simpler -- like the Hamming distance, for instance -- could be used, and this would speed up computation time, especially for a large database of responses. Hence, having the ability to switch between distance metrics would be a nice addition to FuzzyWuzzy.

What problems are you solving with the product? What benefits have you realized?

Extremely useful for quickly scoring written response answers (e.g. surveys, etc.). If a question has a correct response that can be phrased multiple ways, FuzzyWuzzy is used to compare given answers to the "ideal" response and grades can be given based on the ratio/score provided by FuzzyWuzzy's simple "ratio" method.

Review source: G2.com

Leave a reply

Your total score

B2B Software Guide