Package edu.cmu.sphinx.linguist.language.classes

Class Summary
ClassBasedLanguageModel An LM that computes a probability of a word sequence by converting words to classes and asking the class-based probability from a delegate LM.
ClassMap A component that knows how to map words to classes and vice versa.
ClassPresentingDictionary The only purpose of this class is to present all classes as words in the getWord() method.