Uses of Interface
org.apache.commons.codec.language.bm.Rule.PhonemeExpr

Packages that use Rule.PhonemeExpr
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
static class Rule.Phoneme
           
static class Rule.PhonemeList
           
 

Fields in org.apache.commons.codec.language.bm declared as Rule.PhonemeExpr
private  Rule.PhonemeExpr Rule.phoneme
           
 

Methods in org.apache.commons.codec.language.bm that return Rule.PhonemeExpr
 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
 PhoneticEngine.PhonemeBuilder PhoneticEngine.PhonemeBuilder.apply(Rule.PhonemeExpr phonemeExpr, int maxPhonemes)
          Creates a new phoneme builder containing the application of the expression to all phonemes in this builder.
 

Constructors in org.apache.commons.codec.language.bm with parameters of type Rule.PhonemeExpr
Rule(java.lang.String pattern, java.lang.String lContext, java.lang.String rContext, Rule.PhonemeExpr phoneme)
          Creates a new rule.
 



commons-codec version 1.7-SNAPSHOT - Copyright © 2002-2013 - Apache Software Foundation