Package edu.cmu.sphinx.linguist.language.grammar

Provides classes and interfaces that can be used to represent a graph of words and word transitions.

See:
          Description

Class Summary
ForcedAlignerGrammar Creates a grammar from a reference sentence.
FSTGrammar Loads a grammar from a file representing a finite-state transducer (FST) in the 'ARPA' grammar format.
Grammar Classes that implement this interface create grammars.
GrammarArc Represents a single transition out of a grammar node.
GrammarNode Represents a grammar node in a grammar.
LMGrammar Defines a simple grammar based upon a language model.
SimpleWordListGrammar Defines a grammar based upon a list of words in a file.
 

Package edu.cmu.sphinx.linguist.language.grammar Description

Provides classes and interfaces that can be used to represent a graph of words and word transitions.