Expand description
A library for performing fuzzy string matching.
This library provides functions for fuzzy matching between a text and a pattern, with options for case sensitivity and Unicode normalization.
Functionsยง
- fuzzy_
match - Performs a fuzzy match between
text
andpattern
. - fuzzy_
match_ score - This is a simplified version of
fuzzy_match
that only returns the match score.