SPRAAK
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Fields
SprCwrNodeSeq Struct Reference
+ Collaboration diagram for SprCwrNodeSeq:

Data Fields

SprCwrLexNLlex_node
 
int end_time
 duration of the node More...
 
int usage_cnt
 is the node still used More...
 
float score
 score More...
 
struct spr_t_cwr_node_seq * prev
 previous node More...
 

Detailed Description

stores the node sequence as recognized during the beam-search for the words that are put into the word lattice Note: can also be used to store the phoneme sequences

Field Documentation

SprCwrLexNL* SprCwrNodeSeq::lex_node

identifies the lexicon node; can be used to trace-back the state or the underlaying phoneme

int SprCwrNodeSeq::end_time

duration of the node

int SprCwrNodeSeq::usage_cnt

is the node still used

float SprCwrNodeSeq::score

score

struct spr_t_cwr_node_seq* SprCwrNodeSeq::prev

previous node