blob: b18dad733cb2e191932f25c1edb7022e51c36b0d (
plain) (
blame)
1
2
3
4
5
6
7
|
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.
|