Cambridge SMT System
|
Public Member Functions | |
DisambigFunctor (std::string const &in, std::string const &out, bool detOut, bool minimize, bool exitOnFirstPassFailure, bool useOpenFst) | |
DisambigFunctor (DisambigFunctor const &df) | |
void | operator() () |
Public Attributes | |
std::string const | in_ |
std::string const | out_ |
bool const | detOut_ |
bool const | minimize_ |
bool const | exitOnFirstPassFailure_ |
bool const | useOpenFst_ |
ucam::fsttools::SpeedStatsData | ssd_ |
Definition at line 24 of file disambignffst.main.cpp.
|
inline |
Definition at line 32 of file disambignffst.main.cpp.
|
inline |
Definition at line 44 of file disambignffst.main.cpp.
|
inline |
bool const DisambigFunctor< ArcT >::detOut_ |
Definition at line 26 of file disambignffst.main.cpp.
bool const DisambigFunctor< ArcT >::exitOnFirstPassFailure_ |
Definition at line 28 of file disambignffst.main.cpp.
std::string const DisambigFunctor< ArcT >::in_ |
Definition at line 25 of file disambignffst.main.cpp.
bool const DisambigFunctor< ArcT >::minimize_ |
Definition at line 27 of file disambignffst.main.cpp.
std::string const DisambigFunctor< ArcT >::out_ |
Definition at line 25 of file disambignffst.main.cpp.
ucam::fsttools::SpeedStatsData DisambigFunctor< ArcT >::ssd_ |
Definition at line 30 of file disambignffst.main.cpp.
bool const DisambigFunctor< ArcT >::useOpenFst_ |
Definition at line 29 of file disambignffst.main.cpp.