|
SPRAAK
|
hash table entry: {state,wid} -> this struct More...
Data Fields | |
| unsigned int | s_state |
| state number (source) More... | |
| unsigned int | wid |
| input word id. More... | |
| float | ocost |
| best cost (direct arc of via sub-model) More... | |
| float | cost |
| unscaled cost for this FSG arc More... | |
| unsigned int | d_state |
| new state (dest) for this FSG arc More... | |
| unsigned int | osymb |
| optional output symbol More... | |
| struct spr_t_cwr_fsg_warc * | next |
| organized in a hash table More... | |
hash table entry: {state,wid} -> this struct
| unsigned int SprCwrFsgWarc::s_state |
state number (source)
| unsigned int SprCwrFsgWarc::wid |
input word id.
| float SprCwrFsgWarc::ocost |
best cost (direct arc of via sub-model)
| float SprCwrFsgWarc::cost |
unscaled cost for this FSG arc
| unsigned int SprCwrFsgWarc::d_state |
new state (dest) for this FSG arc
| unsigned int SprCwrFsgWarc::osymb |
optional output symbol
| struct spr_t_cwr_fsg_warc* SprCwrFsgWarc::next |
organized in a hash table
1.8.6