libTLK
1.3.1
|
Word graph. More...
Data Fields | |
tLFloat | gsf |
The grammar scale factor which was used to generate this word graph. | |
tLFloat | 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. | |
tLWGState * | start |
Initial state. | |
tLWGState * | end |
Final state. | |
tLWGState * | states |
States of the word graph. | |
tLWGEdge * | edges |
Edges of the word graph. |
Word graph.
A word graph is a collection of hypotheses 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 tLWordGraph::NE |
Number of edges.
size_t tLWordGraph::NS |
Number of states.
size_t tLWordGraph::NSG |
Number of segments.
Initial state.
States of the word graph.
The word insertion penalty which was used to generate this word graph.