|
Smalltalk/X WebserverDocumentation of class 'PhoneticStringUtilities': |
|
|
Class: PhoneticStringUtilitiesInheritance:Object | +--PhoneticStringUtilities
Description:
Utilities which are helpful to perform phonetic string searches or comparisons.
These are all variations or improvements of the soundex algorithm, which usually fails
to provide good results for non-english languages.
soundexCode
this algorithm was originally contained in the CharacterArray class;
nysiis
a modified soundex algorithm
miracode
another modified soundex algorithm ('american soundex') used in the 1880 census.
mySQLSoundex
another modified soundex algorithm used in mySQL.
koelner phoneticCode
provides a functionality similar to soundex, but much more tuned towards the German language
Double metaphone
works with most european languages.
phonem
described in Georg Wilde and Carsten Meyer, 'Doppelgaenger gesucht - Ein Programm fuer kontextsensitive phonetische Textumwandlung'
from 'ct Magazin fuer Computer & Technik 25/1999'.
More info for german readers is found in:
http://www.uni-koeln.de/phil-fak/phonetik/Lehre/MA-Arbeiten/magister_wilz.pdf
Class protocol:phonetic codes
Private classes:
DoubleMetaphoneStringComparator
ExtendedSoundexStringComparator
KoelnerPhoneticCodeStringComparator
MiracodeStringComparator
MySQLSoundexStringComparator
NYSIISStringComparator
PhonemStringComparator
PhoneticStringComparator
SoundexStringComparator
|
|
|
ST/X 6.1.1; WebServer 1.620 at exept:8081; Tue, 22 May 2012 21:36:10 GMT
|