libTLK  1.3.1
Data Fields
tLWGEdge Struct Reference

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.
tLWGStatefrom
 Source state.
tLWGStateto
 Destination state.
tLWGSegmentsegs
 Word segmentation, can be NULL.
size_t nsegs
 Number of segments.

Detailed Description

Word graph edge.

This is the structure used to represent the edges in a word graph.


Field Documentation

Log-probability related to the acoustic (and lexicon) models.

Source state.

Log-probability related to the language model.

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.

 All Data Structures Variables