Uses of Class
exceptions.OutOfVocabularyException

Packages that use OutOfVocabularyException
arch   
 

Uses of OutOfVocabularyException in arch
 

Methods in arch that throw OutOfVocabularyException
static void PhoneInventory.main(java.lang.String[] args)
           
 void PhoneInventory.prunePhonemeHierarchyByOccurrence(int minOcc, Lexicon lex, java.lang.String sentenceFile)
          Prune the phoneme hierarchy by their number of occurrence.
 HMM[] LexicalTree.synthesize(java.lang.Iterable<Lexicon.Entry> sent)
          Synthesize a sequence of HMMs for the given sentence
 java.lang.String[] Lexicon.translate(java.lang.String word)
          Use the lexicon to obtain a transcription for a given word.