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