|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Rule.Phoneme | |
---|---|
org.apache.commons.codec.language.bm | Implementation details of the Beider-Morse codec. |
Uses of Rule.Phoneme in org.apache.commons.codec.language.bm |
---|
Fields in org.apache.commons.codec.language.bm with type parameters of type Rule.Phoneme | |
---|---|
static Comparator<Rule.Phoneme> |
Rule.Phoneme.COMPARATOR
|
private Set<Rule.Phoneme> |
PhoneticEngine.PhonemeBuilder.phonemes
|
private List<Rule.Phoneme> |
Rule.PhonemeList.phonemes
|
Methods in org.apache.commons.codec.language.bm that return Rule.Phoneme | |
---|---|
Rule.Phoneme |
Rule.Phoneme.append(CharSequence str)
|
Rule.Phoneme |
Rule.Phoneme.join(Rule.Phoneme right)
|
private static Rule.Phoneme |
Rule.parsePhoneme(String ph)
|
Methods in org.apache.commons.codec.language.bm that return types with arguments of type Rule.Phoneme | |
---|---|
Set<Rule.Phoneme> |
PhoneticEngine.PhonemeBuilder.getPhonemes()
Gets underlying phoneme set. |
Iterable<Rule.Phoneme> |
Rule.Phoneme.getPhonemes()
|
Iterable<Rule.Phoneme> |
Rule.PhonemeExpr.getPhonemes()
|
List<Rule.Phoneme> |
Rule.PhonemeList.getPhonemes()
|
Methods in org.apache.commons.codec.language.bm with parameters of type Rule.Phoneme | |
---|---|
Rule.Phoneme |
Rule.Phoneme.join(Rule.Phoneme right)
|
Constructor parameters in org.apache.commons.codec.language.bm with type arguments of type Rule.Phoneme | |
---|---|
PhoneticEngine.PhonemeBuilder(Set<Rule.Phoneme> phonemes)
|
|
Rule.PhonemeList(List<Rule.Phoneme> phonemes)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |