Interface | Description |
---|---|
Path |
Represents a path of words through the recognition result lattice.
|
Class | Description |
---|---|
BoundedPriorityQueue<T> | |
Edge |
Edges are part of Lattices.
|
FrameStatistics |
Contains statistics about a frame.
|
GDLLatticeFactory |
Creates a Lattice from a GDL (AISee) Lattice file.
|
Lattice |
Provides recognition lattice results.
|
LatticeOptimizer |
Class used to collapse all equivalent paths in a Lattice.
|
LatticeRescorer |
Class to rescore the lattice with the new Language model.
|
Nbest |
NBest list with A*
|
Node |
A node is part of Lattices, representing the theory that a word was spoken over a given period of time.
|
Result |
Provides recognition results.
|
TokenGraphDumper |
Dumps out the GDL graph of all the result token chains in a Result, as well as all the alternate hypotheses along
those chains.
|
WordResult |
Represents a word in a recognition result.
|