Package | Description |
---|---|
org.apache.commons.codec.language.bm |
Modifier and Type | Field and Description |
---|---|
private List<Rule> |
PhoneticEngine.RulesApplication.finalRules |
private static Map<NameType,Map<RuleType,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.
|
private static List<Rule> |
Rule.parseRules(Scanner scanner,
String location) |
Modifier and Type | Method and Description |
---|---|
private PhoneticEngine.PhonemeBuilder |
PhoneticEngine.applyFinalRules(PhoneticEngine.PhonemeBuilder phonemeBuilder,
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(List<Rule> finalRules,
CharSequence input,
PhoneticEngine.PhonemeBuilder phonemeBuilder,
int i) |
commons-codec version 1.6-SNAPSHOT - Copyright © 2002-2014 - Apache Software Foundation