Package edu.cmu.sphinx.linguist.flat

Provides an implementation of the Linguist that statically represents the search space as a flat graph, where each word in the vocabulary has its own branch.

See:
          Description

Class Summary
AlternativeState Represents a set of alternatives in an SentenceHMMS
BranchState Represents a branching node in a grammar
CIPhoneLoop Constructs a loop of all the context-independent phones.
Color A Color is used to tag SentenceHMM nodes
ExtendedUnitState A unit state that modifies how the unit state is cached.
FlatLinguist A simple form of the linguist.
GrammarPoint Manages a particular point in a grammar.
GrammarState Represents a non-emitting sentence hmm state
HMMStateState Represents a hmmState in an SentenceHMMS
NonEmittingHMMState Represents a hmmState in an SentenceHMMS
PronunciationState Represents a pronunciation in an SentenceHMMS
SentenceHMMState Represents a single state in an SentenceHMM
SentenceHMMStateArc Represents a transition in a sentence HMM.
StatePath Represents a path in a SentenceHMM.
UnitState Represents a unit in an SentenceHMMS
WordState Represents a word in an SentenceHMMS
 

Package edu.cmu.sphinx.linguist.flat Description

Provides an implementation of the Linguist that statically represents the search space as a flat graph, where each word in the vocabulary has its own branch. This linguist is suitable for small and medium size vocabularies.