Uses of Interface
org.apache.commons.codec.language.bm.Rule.PhonemeExpr
Packages that use Rule.PhonemeExpr
Package
Description
Implementation details of the Beider-Morse codec.
-
Uses of Rule.PhonemeExpr in org.apache.commons.codec.language.bm
Classes in org.apache.commons.codec.language.bm that implement Rule.PhonemeExprModifier and TypeClassDescriptionstatic final classA phoneme.static final classA list of phonemes.Fields in org.apache.commons.codec.language.bm declared as Rule.PhonemeExprMethods in org.apache.commons.codec.language.bm that return Rule.PhonemeExprModifier and TypeMethodDescriptionRule.getPhoneme()Gets the phoneme.(package private) static Rule.PhonemeExprRule.parsePhonemeExpr(String ph) Methods in org.apache.commons.codec.language.bm with parameters of type Rule.PhonemeExprModifier and TypeMethodDescriptionvoidPhoneticEngine.PhonemeBuilder.apply(Rule.PhonemeExpr phonemeExpr, int maxPhonemes) Applies the given phoneme expression to all phonemes in this phoneme builder.Constructors in org.apache.commons.codec.language.bm with parameters of type Rule.PhonemeExprModifierConstructorDescriptionRule(String pattern, String lContext, String rContext, Rule.PhonemeExpr phoneme) Creates a new rule.