Soundex or Metaphone algorithms ?
David Rushby
woodsplitter at rocketmail.com
Wed Jan 15 17:25:51 EST 2003
More information about the Python-list mailing list
Wed Jan 15 17:25:51 EST 2003
- Previous message (by thread): Soundex or Metaphone algorithms ?
- Next message (by thread): Pferdemarkt.ws informiert! Newsletter 01/2003
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 ).
- Previous message (by thread): Soundex or Metaphone algorithms ?
- Next message (by thread): Pferdemarkt.ws informiert! Newsletter 01/2003
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list