K 10 svn:author V 3 wen K 8 svn:date V 27 2016-12-26T15:18:08.020462Z K 7 svn:log V 361 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 PR: 215462 Submitted by: yuri@rawbw.com END