Uses of Class
org.apache.commons.codec.language.bm.Rule.Phoneme
Packages that use Rule.Phoneme
Package
Description
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.PhonemeModifier and TypeFieldDescriptionstatic final Comparator<Rule.Phoneme>
Rule.Phoneme.COMPARATOR
private final Set<Rule.Phoneme>
PhoneticEngine.PhonemeBuilder.phonemes
private final List<Rule.Phoneme>
Rule.PhonemeList.phonemes
Methods in org.apache.commons.codec.language.bm that return Rule.PhonemeModifier and TypeMethodDescriptionRule.Phoneme.append
(CharSequence str) Rule.Phoneme.join
(Rule.Phoneme right) Deprecated.since 1.9Rule.Phoneme.mergeWithLanguage
(Languages.LanguageSet lang) Returns a new Phoneme with the same text but a union of its current language set and the given one.private static Rule.Phoneme
Rule.parsePhoneme
(String ph) Methods in org.apache.commons.codec.language.bm that return types with arguments of type Rule.PhonemeModifier and TypeMethodDescriptionPhoneticEngine.PhonemeBuilder.getPhonemes()
Gets underlying phoneme set.Rule.Phoneme.getPhonemes()
Rule.PhonemeExpr.getPhonemes()
Rule.PhonemeList.getPhonemes()
Methods in org.apache.commons.codec.language.bm with parameters of type Rule.PhonemeConstructors in org.apache.commons.codec.language.bm with parameters of type Rule.PhonemeModifierConstructorDescriptionPhoneme
(Rule.Phoneme phonemeLeft, Rule.Phoneme phonemeRight) Phoneme
(Rule.Phoneme phonemeLeft, Rule.Phoneme phonemeRight, Languages.LanguageSet languages) private
PhonemeBuilder
(Rule.Phoneme phoneme) Constructor parameters in org.apache.commons.codec.language.bm with type arguments of type Rule.PhonemeModifierConstructorDescriptionprivate
PhonemeBuilder
(Set<Rule.Phoneme> phonemes) PhonemeList
(List<Rule.Phoneme> phonemes)