Soundex or Metaphone algorithms ?

David Rushby woodsplitter at rocketmail.com
Wed Jan 15 17:25:51 EST 2003


yanarkana at yahoo.fr (Arkana) wrote in message news:<199f365a.0301150213.45dbb9a5 at posting.google.com>...
> hello,
> 
> does anyone know an implementation of soundex or metaphone algorithm in python ?
> 
> (or maybe a better algo)

PyProximity offers C implementations of soundex, metaphone, and
Levenshtein edit distance (
http://sourceforge.net/projects/pyproximity/ ).

I use the PyProximity implementation of the Levenshtein edit distance
algorithm, and the nysiis.py implementation of the NYSIIS soundex
algorithm ( http://metagram.webreply.com/downloads/nysiis.py ).




More information about the Python-list mailing list