Package | Description |
---|---|
org.apache.commons.codec.language.bm |
Implementation details of the Beider-Morse codec.
|
Modifier and Type | Field and Description |
---|---|
private Map<String,List<Rule>> |
PhoneticEngine.RulesApplication.finalRules |
private static Map<NameType,Map<RuleType,Map<String,Map<String,List<Rule>>>>> |
Rule.RULES |
Modifier and Type | Method and Description |
---|---|
static List<Rule> |
Rule.getInstance(NameType nameType,
RuleType rt,
Languages.LanguageSet langs)
Gets rules for a combination of name type, rule type and languages.
|
static List<Rule> |
Rule.getInstance(NameType nameType,
RuleType rt,
String lang)
Gets rules for a combination of name type, rule type and a single language.
|
static Map<String,List<Rule>> |
Rule.getInstanceMap(NameType nameType,
RuleType rt,
Languages.LanguageSet langs)
Gets rules for a combination of name type, rule type and languages.
|
static Map<String,List<Rule>> |
Rule.getInstanceMap(NameType nameType,
RuleType rt,
String lang)
Gets rules for a combination of name type, rule type and a single language.
|
private static Map<String,List<Rule>> |
Rule.parseRules(Scanner scanner,
String location) |
Modifier and Type | Method and Description |
---|---|
private PhoneticEngine.PhonemeBuilder |
PhoneticEngine.applyFinalRules(PhoneticEngine.PhonemeBuilder phonemeBuilder,
Map<String,List<Rule>> finalRules)
Applies the final rules to convert from a language-specific phonetic representation to a
language-independent representation.
|
Constructor and Description |
---|
PhoneticEngine.RulesApplication(Map<String,List<Rule>> finalRules,
CharSequence input,
PhoneticEngine.PhonemeBuilder phonemeBuilder,
int i,
int maxPhonemes) |
commons-codec version 1.10 - Copyright © 2002-2015 - Apache Software Foundation