libTLK
1.3.1
|
Word graph edge. More...
Data Fields | |
unsigned long | w |
Encoded word of the transition. | |
tLProb | a |
Log-probability related to the acoustic (and lexicon) models. | |
tLProb | l |
Log-probability related to the language model. | |
tLWGState * | from |
Source state. | |
tLWGState * | to |
Destination state. | |
tLWGSegment * | segs |
Word segmentation, can be NULL. | |
size_t | nsegs |
Number of segments. |
Word graph edge.
This is the structure used to represent the edges in a word graph.
Log-probability related to the acoustic (and lexicon) models.
Source state.
Log-probability related to the language model.
size_t tLWGEdge::nsegs |
Number of segments.
Word segmentation, can be NULL.
Destination state.
unsigned long tLWGEdge::w |
Encoded word of the transition.
A value equal to the size of the dictionary of words used to generate the word graph is interpreted as the special final word. ULONG_MAX denotes the special lambda (empty) word.