Cambridge SMT System
|
Data class containing relevant variables. To be used as template for task classes using it. More...
#include <data-main.hifst-client.hpp>
Public Member Functions | |
HifstClientTaskData () | |
Public Attributes | |
uint | sidx |
Sentence index. More... | |
std::string | sentence |
std::string * | translation |
Translated sentence will be stored here. More... | |
Data class containing relevant variables. To be used as template for task classes using it.
Definition at line 31 of file data-main.hifst-client.hpp.
|
inline |
Definition at line 33 of file data-main.hifst-client.hpp.
std::string ucam::hifst::HifstClientTaskData::sentence |
Definition at line 41 of file data-main.hifst-client.hpp.
uint ucam::hifst::HifstClientTaskData::sidx |
Sentence index.
Definition at line 36 of file data-main.hifst-client.hpp.
std::string* ucam::hifst::HifstClientTaskData::translation |
Translated sentence will be stored here.
Definition at line 43 of file data-main.hifst-client.hpp.