libak
0.4.0
|
Word graph. More...
Data Fields | |
akFloat | gsf |
The grammar scale factor which was used to generate this word graph. | |
akFloat | wip |
The Word insertion penalty which was used to generate this word graph. | |
size_t | NS |
Number of states. | |
size_t | NE |
Number of edges. | |
size_t | NSG |
Number of segments. | |
akWGState * | start |
Initial state. | |
akWGState * | end |
Final state. | |
akWGState * | states |
States of the word graph. | |
akWGEdge * | edges |
Edges of the word graph. |
Word graph.
A word graph is collection of hypothesis represented as a graph, where states represent instants of time and the edges represent recognized words. Additionally the probability of each word is provided divided into language model probability and acoustic model probability.
Edges of the word graph.
Final state.
The grammar scale factor which was used to generate this word graph.
size_t akWordGraph::NE |
Number of edges.
size_t akWordGraph::NS |
Number of states.
size_t akWordGraph::NSG |
Number of segments.
Initial state.
States of the word graph.
The Word insertion penalty which was used to generate this word graph.