blob: 2cb9190f3238a652cd5266e37e327a9774209ab8 (
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.python.org/pypi/Fuzzy
|