Package | Description |
---|---|
org.apache.commons.codec.language.bm |
Implementation details of the Beider-Morse codec.
|
Modifier and Type | Field and Description |
---|---|
static java.util.Comparator<Rule.Phoneme> |
Rule.Phoneme.COMPARATOR |
private java.util.List<Rule.Phoneme> |
Rule.PhonemeList.phonemes |
private java.util.Set<Rule.Phoneme> |
PhoneticEngine.PhonemeBuilder.phonemes |
Modifier and Type | Method and Description |
---|---|
Rule.Phoneme |
Rule.Phoneme.append(java.lang.CharSequence str) |
Rule.Phoneme |
Rule.Phoneme.join(Rule.Phoneme right) |
private static Rule.Phoneme |
Rule.parsePhoneme(java.lang.String ph) |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<Rule.Phoneme> |
Rule.Phoneme.getPhonemes() |
java.lang.Iterable<Rule.Phoneme> |
Rule.PhonemeExpr.getPhonemes() |
java.util.List<Rule.Phoneme> |
Rule.PhonemeList.getPhonemes() |
java.util.Set<Rule.Phoneme> |
PhoneticEngine.PhonemeBuilder.getPhonemes()
Gets underlying phoneme set.
|
Modifier and Type | Method and Description |
---|---|
Rule.Phoneme |
Rule.Phoneme.join(Rule.Phoneme right) |
Constructor and Description |
---|
PhoneticEngine.PhonemeBuilder(java.util.Set<Rule.Phoneme> phonemes) |
Rule.PhonemeList(java.util.List<Rule.Phoneme> phonemes) |
commons-codec version 1.8 - Copyright © 2002-2014 - Apache Software Foundation