Uses of Class
arch.Lexicon

Packages that use Lexicon
arch   
 

Uses of Lexicon in arch
 

Methods in arch that return Lexicon
static Lexicon Lexicon.readLexiconFromFile(java.lang.String alphabetFile, java.lang.String lexiconFile)
           
 

Methods in arch with parameters of type Lexicon
 void PhoneInventory.addPolyphonesFromLexicon(Lexicon lex)
          Add all polyphones occurring in the given Lexicon
 void PhoneInventory.prunePhonemeHierarchyByOccurrence(int minOcc, Lexicon lex, java.lang.String sentenceFile)
          Prune the phoneme hierarchy by their number of occurrence.
 

Constructors in arch with parameters of type Lexicon
LexicalTree(PhoneInventory phoneInventory, Lexicon lexicon)
          Construct a lexical tree using the given PhoneInventory and Lexicon.