Interface | Description |
---|---|
GrammarInterface |
Class | Description |
---|---|
AlignerGrammar | |
BatchForcedAlignerGrammar | |
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.
|
LatticeGrammar |
A grammar build from a lattice.
|
LMGrammar |
Defines a simple grammar based upon a language model.
|
SimpleWordListGrammar |
Defines a grammar based upon a list of words in a file.
|