Package | Description |
---|---|
org.apache.commons.codec.language.bm |
Implementation details of the Beider-Morse codec.
|
Modifier and Type | Field and Description |
---|---|
private Lang |
PhoneticEngine.lang |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<NameType,Lang> |
Lang.Langs |
Modifier and Type | Method and Description |
---|---|
Lang |
PhoneticEngine.getLang()
Gets the Lang language guessing rules being used.
|
static Lang |
Lang.instance(NameType nameType)
Gets a Lang instance for one of the supported NameTypes.
|
static Lang |
Lang.loadFromResource(java.lang.String languageRulesResourceName,
Languages languages)
Loads language rules from a resource.
|