|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
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. |
| 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 |
| Enum Summary | |
|---|---|
| SentenceHMMState.Color | A Color is used to tag SentenceHMM nodes |
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.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||