View Source API Reference ex_fuzzywuzzy v0.3.0

Modules

ex_fuzzywuzzy is a fuzzy string matching library that uses a customizable measure to calculate a distance ratio

Helper module for the calculus of the longest common substring algorithm between two strings

Implementation for the partial matching algorithms used by the library interface. The model defined is linked to the calling ratio functions, making no sense to be used externally

Defines the ExFuzzywuzzy.Similarity behaviour for implementing a similarity calculator.

Implements the similarity calculus basing on the Jaro-Winkler method

Implements the similarity calculus basing on the Levenshtein distance