Package | Description |
---|---|
org.apache.commons.codec.language.bm |
Implementation details of the Beider-Morse codec.
|
Modifier and Type | Class and Description |
---|---|
static class |
Rule.Phoneme |
static class |
Rule.PhonemeList |
Modifier and Type | Field and Description |
---|---|
private Rule.PhonemeExpr |
Rule.phoneme |
Modifier and Type | Method and Description |
---|---|
Rule.PhonemeExpr |
Rule.getPhoneme()
Gets the phoneme.
|
private static Rule.PhonemeExpr |
Rule.parsePhonemeExpr(java.lang.String ph) |
Modifier and Type | Method and Description |
---|---|
void |
PhoneticEngine.PhonemeBuilder.apply(Rule.PhonemeExpr phonemeExpr,
int maxPhonemes)
Applies the given phoneme expression to all phonemes in this phoneme builder.
|
Constructor and Description |
---|
Rule(java.lang.String pattern,
java.lang.String lContext,
java.lang.String rContext,
Rule.PhonemeExpr phoneme)
Creates a new rule.
|