#include <grammar-fst.h>

Public Types | |
| typedef fst::TropicalWeight | Weight |
| typedef int | Label |
| typedef int64 | StateId |
Public Member Functions | |
| GrammarFstArc () | |
| GrammarFstArc (Label ilabel, Label olabel, Weight weight, StateId nextstate) | |
Public Attributes | |
| Label | ilabel |
| Label | olabel |
| Weight | weight |
| StateId | nextstate |
Definition at line 48 of file grammar-fst.h.
| typedef int Label |
Definition at line 50 of file grammar-fst.h.
| typedef int64 StateId |
Definition at line 51 of file grammar-fst.h.
| typedef fst::TropicalWeight Weight |
Definition at line 49 of file grammar-fst.h.
|
inline |
Definition at line 58 of file grammar-fst.h.
|
inline |
Definition at line 60 of file grammar-fst.h.
| Label ilabel |
Definition at line 53 of file grammar-fst.h.
Referenced by fst::CopyToVectorFst().
| StateId nextstate |
Definition at line 56 of file grammar-fst.h.
Referenced by fst::CopyToVectorFst().
| Label olabel |
Definition at line 54 of file grammar-fst.h.
Referenced by fst::CopyToVectorFst().
| Weight weight |
Definition at line 55 of file grammar-fst.h.
Referenced by fst::CopyToVectorFst().