|
SPRAAK
|
Collaboration diagram for SprCwrToken:Data Fields | |
| SprCwrNodeSeq * | node_seq |
| stores the node sequence (if requested) More... | |
| SprCwrWordHist * | word_pred |
| int | lex_hist |
| float | obs_scoreX |
| the acoustic score when setting node_seq More... | |
| float | obs_score |
| the acoustic score More... | |
| float | lm_score |
| the language model score More... | |
| struct spr_t_cwr_token * | next |
| next token More... | |
| SprCwrNodeSeq* SprCwrToken::node_seq |
stores the node sequence (if requested)
| SprCwrWordHist* SprCwrToken::word_pred |
word history (nodes to the word lattice), also use to construct the free lists (the next field may still be used just after the free)
| int SprCwrToken::lex_hist |
additional info for non tree structured lexicon's (end compaction)
| float SprCwrToken::obs_scoreX |
the acoustic score when setting node_seq
| float SprCwrToken::obs_score |
the acoustic score
| float SprCwrToken::lm_score |
the language model score
| struct spr_t_cwr_token* SprCwrToken::next |
next token
1.8.6