Public Member Functions | |
| EpsMapper () | |
| A | operator() (const A &arc) const |
| uint64 | Properties (uint64 props) const |
| MapFinalAction | FinalAction () const |
| MapSymbolsAction | InputSymbolsAction () const |
| MapSymbolsAction | OutputSymbolsAction () const |
Mapper to change input and output label of every transition into epsilons.
Definition at line 45 of file algo_test.cc.
| fst::EpsMapper< A >::EpsMapper | ( | ) | [inline] |
Definition at line 47 of file algo_test.cc.
| MapFinalAction fst::EpsMapper< A >::FinalAction | ( | ) | const [inline] |
Definition at line 63 of file algo_test.cc.
| MapSymbolsAction fst::EpsMapper< A >::InputSymbolsAction | ( | ) | const [inline] |
Definition at line 66 of file algo_test.cc.
| A fst::EpsMapper< A >::operator() | ( | const A & | arc | ) | const [inline] |
Definition at line 49 of file algo_test.cc.
| MapSymbolsAction fst::EpsMapper< A >::OutputSymbolsAction | ( | ) | const [inline] |
Definition at line 68 of file algo_test.cc.
| uint64 fst::EpsMapper< A >::Properties | ( | uint64 | props | ) | const [inline] |
Definition at line 53 of file algo_test.cc.
1.7.1