Package | Description |
---|---|
org.apache.commons.codec.language |
Language and phonetic encoders.
|
Modifier and Type | Field and Description |
---|---|
static Soundex |
Soundex.US_ENGLISH
An instance of Soundex using the US_ENGLISH_MAPPING mapping.
|
static Soundex |
Soundex.US_ENGLISH_GENEALOGY
An instance of Soundex using the mapping as per the Genealogy site:
http://www.genealogy.com/articles/research/00000060.html
|
static Soundex |
Soundex.US_ENGLISH_SIMPLIFIED
An instance of Soundex using the Simplified Soundex mapping, as described here:
http://west-penwith.org.uk/misc/soundex.htm
|
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.