Cambridge SMT System
|
Utility functor for relabeling one or more lattices. Note that you can chain commands. See Unit test in fstutils.gtest.cpp for an example. More...
#include <fstutils.hpp>
Public Member Functions | |
RelabelUtil () | |
RelabelUtil & | addIPL (typename Arc::Label labelfind, typename Arc::Label labelreplace) |
RelabelUtil & | addOPL (typename Arc::Label labelfind, typename Arc::Label labelreplace) |
RelabelUtil & | operator() (fst::VectorFst< Arc > *hypfst) |
fst::VectorFst< Arc > & | operator() (fst::VectorFst< Arc > &hypfst) |
Utility functor for relabeling one or more lattices. Note that you can chain commands. See Unit test in fstutils.gtest.cpp for an example.
Definition at line 503 of file fstutils.hpp.
|
inline |
Definition at line 509 of file fstutils.hpp.
|
inline |
|
inline |
Definition at line 517 of file fstutils.hpp.
|
inline |
Definition at line 523 of file fstutils.hpp.
|
inline |
Definition at line 527 of file fstutils.hpp.