Uses of Class
org.apache.commons.codec.language.bm.Lang

Packages that use Lang
org.apache.commons.codec.language.bm Implementation details of the Beider-Morse codec. 
 

Uses of Lang in org.apache.commons.codec.language.bm
 

Methods in org.apache.commons.codec.language.bm that return Lang
 Lang PhoneticEngine.getLang()
          Gets the Lang language guessing rules being used.
static Lang Lang.instance(NameType nameType)
          Gets a Lang instance for one of the supported NameTypes.
static Lang Lang.loadFromResource(String languageRulesResourceName, Languages languages)
          Loads language rules from a resource.
 



Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.