FreeBSD.software
Home/devel/py311-fuzzywuzzy

py311-fuzzywuzzy

0.18.0_1

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

Origin: devel/py-fuzzywuzzy
Category: devel
Size: 120KiB
License: GPLv2
Maintainer: dvl@FreeBSD.org
Dependencies: 2 packages
Required by: 1 packages
$pkg install py311-fuzzywuzzy

Dependencies (2)

Required By (1 packages)

More in devel