libak  0.4.0
Data Fields
akWGEdge Struct Reference

Word graph edge. More...

Data Fields

unsigned long w
 Encoded Word of the transition.
akProb a
 Log-probability related to the acoustic (and lexicon) models.
akProb l
 Log-probability related to the language model.
akWGStatefrom
 Source state.
akWGStateto
 Destination state.
akWGSegmentsegs
 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 akWGEdge::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 especial final word. ULONG_MAX denotes the especial lambda (empty) word.

 All Data Structures Variables