Uses of Class
arch.Lexicon.Entry

Packages that use Lexicon.Entry
arch   
 

Uses of Lexicon.Entry in arch
 

Fields in arch with type parameters of type Lexicon.Entry
 java.util.LinkedList<Lexicon.Entry> Lexicon.entries
          lexicon entries, supposedly sorted
 

Methods in arch that return Lexicon.Entry
 Lexicon.Entry Lexicon.getEntry(java.lang.String word)
          Retrieve the corresponding Lexicon entry for the given word
 

Methods in arch with parameters of type Lexicon.Entry
 void LexicalTree.addToTree(Lexicon.Entry word, Polyphone[] transcription)
          Add a Polyphone sequence (i.e.
 int Lexicon.Entry.compareTo(Lexicon.Entry e)
          lexical sort
 boolean Lexicon.Entry.equals(Lexicon.Entry e)
          Returns true if the words match
 void Lexicon.insertEntry(Lexicon.Entry e)
          Insert an entry without sorting the lexicon afterwards
 void Lexicon.insertEntrySorted(Lexicon.Entry e)
          Insert an entry to the lexicon and sort it
 

Method parameters in arch with type arguments of type Lexicon.Entry
 HMM[] LexicalTree.synthesize(java.lang.Iterable<Lexicon.Entry> sent)
          Synthesize a sequence of HMMs for the given sentence