mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
c637402081
they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
10 lines
316 B
Plaintext
10 lines
316 B
Plaintext
Fuzzy is a python library implementing common phonetic algorithms quickly.
|
|
Typically this is in string similarity exercises, but they're pretty versatile.
|
|
The algorithms are:
|
|
* Soundex
|
|
* NYSIIS
|
|
* Double Metaphone Based on Maurice Aubrey's C code from his perl
|
|
implementation.
|
|
|
|
WWW: https://pypi.org/project/Fuzzy/
|