blob: 00655f2765f2c1a54d560ad65b565be71739724b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
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/
|