libTLK  1.3.1
Data Fields
tLWordGraph Struct Reference

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.
tLWGStatestart
 Initial state.
tLWGStateend
 Final state.
tLWGStatestates
 States of the word graph.
tLWGEdgeedges
 Edges of the word graph.

Detailed Description

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.


Field Documentation

Edges of the word graph.

Final state.

The grammar scale factor which was used to generate this word graph.

Number of edges.

Number of states.

Number of segments.

Initial state.

States of the word graph.

The word insertion penalty which was used to generate this word graph.

 All Data Structures Variables