Fuzzy string matching using Levenshtein Distance
Fuzzy string matching like a boss. It uses Levenshtein Distance to calculate the differences between sequences in a simple-to-use package. Simple Ratio >>> fuzz.ratio("this is a test", "this is a test!") 97 Partial Ratio >>> fuzz.partial_ratio("this is a test", "this is a test!") 100 Token Sort Ratio >>> fuzz.ratio("fuzzy wuzzy was a bear", "wuzzy fuzzy was a bear") 91 >>> fuzz.token_sort_ratio("fuzzy wuzzy was a bear", "wuzzy fuzzy was a bear") 100
$
pkg install py311-fuzzywuzzyOrigin
devel/py-fuzzywuzzy
Size
120KiB
License
GPLv2
Maintainer
dvl@FreeBSD.org
Dependencies
2 packages
Required by
1 packages