#include <include/EST_WFST.h>
an internal class for \Ref{EST_WFST} for representing transitions in an WFST
Definition at line 60 of file EST_WFST.h.
◆ EST_WFST_Transition() [1/2]
◆ EST_WFST_Transition() [2/2]
EST_WFST_Transition::EST_WFST_Transition |
( |
float | w, |
|
|
int | s, |
|
|
int | i, |
|
|
int | o ) |
|
inline |
◆ ~EST_WFST_Transition()
EST_WFST_Transition::~EST_WFST_Transition |
( |
| ) |
|
|
inline |
◆ weight()
float EST_WFST_Transition::weight |
( |
| ) |
const |
|
inline |
◆ state()
int EST_WFST_Transition::state |
( |
| ) |
const |
|
inline |
◆ in_symbol()
int EST_WFST_Transition::in_symbol |
( |
| ) |
const |
|
inline |
◆ out_symbol()
int EST_WFST_Transition::out_symbol |
( |
| ) |
const |
|
inline |
◆ set_weight()
void EST_WFST_Transition::set_weight |
( |
float | f | ) |
|
|
inline |
◆ set_state()
void EST_WFST_Transition::set_state |
( |
int | s | ) |
|
|
inline |
The documentation for this class was generated from the following file: