|
SphinxBase 5prealpha
|
Data Fields | |
| int32 | from_state |
| int32 | to_state |
| int32 | logs2prob |
| log(transition probability)*lw | |
| int32 | wid |
| Word-ID; <0 if epsilon or null transition. | |
Definition at line 74 of file fsg_model.h.
| int32 fsg_link_s::from_state |
Definition at line 75 of file fsg_model.h.
| int32 fsg_link_s::logs2prob |
log(transition probability)*lw
Definition at line 77 of file fsg_model.h.
| int32 fsg_link_s::to_state |
Definition at line 76 of file fsg_model.h.
| int32 fsg_link_s::wid |
Word-ID; <0 if epsilon or null transition.
Definition at line 78 of file fsg_model.h.