Uses of Class
org.apache.commons.codec.language.Soundex
-
Packages that use Soundex Package Description org.apache.commons.codec.language Language and phonetic encoders. -
-
Uses of Soundex in org.apache.commons.codec.language
Fields in org.apache.commons.codec.language declared as Soundex Modifier and Type Field Description static SoundexSoundex. US_ENGLISHAn instance of Soundex using the US_ENGLISH_MAPPING mapping.static SoundexSoundex. US_ENGLISH_GENEALOGYAn instance of Soundex using the mapping as per the Genealogy site: http://www.genealogy.com/articles/research/00000060.htmlstatic SoundexSoundex. US_ENGLISH_SIMPLIFIEDAn instance of Soundex using the Simplified Soundex mapping, as described here: http://west-penwith.org.uk/misc/soundex.htm
-