SPRAAK
|
an arc in the word lattice More...
Data Fields | |
int | wid |
the word identifiier More... | |
float | score |
the acoustic score More... | |
SprCwrNodeSeq * | node_seq |
we can also dump the node/state seq as extra info More... | |
SprCwrWlatNode * | to_node |
the WlatNode the arc is pointing to (backward in time) More... | |
SprCwrWlatNode * | from_node |
the WlatNode the arc is originating from More... | |
struct spr_t_cwr_wlat_arc * | next_arc |
the next arc (a simple list) More... | |
struct spr_t_cwr_wlat_arc * | hash_next |
the arcs are also kept in a hash table (double linked) More... | |
struct spr_t_cwr_wlat_arc ** | hash_link |
an arc in the word lattice
int SprCwrWlatArc::wid |
the word identifiier
float SprCwrWlatArc::score |
the acoustic score
SprCwrNodeSeq* SprCwrWlatArc::node_seq |
we can also dump the node/state seq as extra info
SprCwrWlatNode* SprCwrWlatArc::to_node |
the WlatNode the arc is pointing to (backward in time)
SprCwrWlatNode* SprCwrWlatArc::from_node |
the WlatNode the arc is originating from
struct spr_t_cwr_wlat_arc* SprCwrWlatArc::next_arc |
the next arc (a simple list)
struct spr_t_cwr_wlat_arc* SprCwrWlatArc::hash_next |
the arcs are also kept in a hash table (double linked)
struct spr_t_cwr_wlat_arc** SprCwrWlatArc::hash_link |