SPRAAK
|
Data Fields | |
SprCwrLexNL * | lex_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... | |
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
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