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 classstatic final classFields 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.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.