Package | Description |
---|---|
org.apache.commons.codec.language.bm |
Implementation details of the Beider-Morse codec.
|
Modifier and Type | Field and Description |
---|---|
static Comparator<Rule.Phoneme> |
Rule.Phoneme.COMPARATOR |
Modifier and Type | Method and Description |
---|---|
Rule.Phoneme |
Rule.Phoneme.append(CharSequence str) |
Rule.Phoneme |
Rule.Phoneme.join(Rule.Phoneme right)
Deprecated.
since 1.9
|
Modifier and Type | Method and Description |
---|---|
Iterable<Rule.Phoneme> |
Rule.Phoneme.getPhonemes() |
Iterable<Rule.Phoneme> |
Rule.PhonemeExpr.getPhonemes() |
List<Rule.Phoneme> |
Rule.PhonemeList.getPhonemes() |
Modifier and Type | Method and Description |
---|---|
Rule.Phoneme |
Rule.Phoneme.join(Rule.Phoneme right)
Deprecated.
since 1.9
|
Constructor and Description |
---|
Rule.Phoneme(Rule.Phoneme phonemeLeft,
Rule.Phoneme phonemeRight) |
Rule.Phoneme(Rule.Phoneme phonemeLeft,
Rule.Phoneme phonemeRight,
Languages.LanguageSet languages) |
Constructor and Description |
---|
Rule.PhonemeList(List<Rule.Phoneme> phonemes) |
Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.