Package edu.cmu.sphinx.linguist

Provides a set of interfaces and classes that are used to define the search graph used by the decoder.

See:
          Description

Interface Summary
HMMSearchState Represents a single hmm state in a language search space
Linguist The linguist is responsible for representing and managing the search space for the decoder.
SearchGraph Represents a search graph
SearchState Represents a single state in a language search space
SearchStateArc Represents a single state in a language search space
UnitSearchState Represents a unit state in a search space
WordSearchState Represents a single word state in a language search space
 

Class Summary
LinguistProcessor A standard interface for a linguist processor
WordSequence This class can be used to keep track of a word sequence.
 

Package edu.cmu.sphinx.linguist Description

Provides a set of interfaces and classes that are used to define the search graph used by the decoder. Implementations of the Linguist interface are used by the decoder to create the search graph. The search graph is a directed graph formed by SearchState and SearchStateArc objects. Some implementations of the Linguist may build the search graph based upon a Grammar, which represents a graph of words and probabilities. This package provides a number of different implementations of Grammar