#include <include/EST_WFST.h>
Public Member Functions | |
| EST_WFST_Transition (const EST_WFST_Transition &t) | |
| EST_WFST_Transition (float w, int s, int i, int o) | |
| float | weight () const |
| int | state () const |
| int | in_symbol () const |
| int | out_symbol () const |
| void | set_weight (float f) |
| void | set_state (int s) |
an internal class for {EST_WFST} for representing transitions in an WFST
Definition at line 60 of file EST_WFST.h.