Uses of Interface
org.apache.commons.codec.language.bm.Rule.PhonemeExpr
-
Packages that use Rule.PhonemeExpr Package Description org.apache.commons.codec.language.bm 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.PhonemeExpr Modifier and Type Class Description static class
Rule.Phoneme
static class
Rule.PhonemeList
Fields in org.apache.commons.codec.language.bm declared as Rule.PhonemeExpr Modifier and Type Field Description private Rule.PhonemeExpr
Rule. phoneme
Methods in org.apache.commons.codec.language.bm that return Rule.PhonemeExpr Modifier and Type Method Description Rule.PhonemeExpr
Rule. getPhoneme()
Gets the phoneme.private static Rule.PhonemeExpr
Rule. parsePhonemeExpr(java.lang.String ph)
Methods in org.apache.commons.codec.language.bm with parameters of type Rule.PhonemeExpr Modifier and Type Method Description void
PhoneticEngine.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.PhonemeExpr Constructor Description Rule(java.lang.String pattern, java.lang.String lContext, java.lang.String rContext, Rule.PhonemeExpr phoneme)
Creates a new rule.
-