Cambridge SMT System
|
Public Member Functions | |
PreProTaskData () | |
Public Attributes | |
uint | sidx |
std::string | originalsentence |
std::string | tokenizedsentence |
std::string | sentence |
unordered_map< std::size_t, std::string > | oovwmap |
boost::scoped_ptr< uf::StatsData > | stats |
unordered_map< std::string, uu::WordMapper * > | wm |
Wordmap/Integer map objects. More... | |
Definition at line 47 of file hifst.task.prepro.gtest.cpp.
|
inline |
Definition at line 48 of file hifst.task.prepro.gtest.cpp.
unordered_map<std::size_t, std::string> googletesting::PreProTaskData::oovwmap |
Definition at line 56 of file hifst.task.prepro.gtest.cpp.
std::string googletesting::PreProTaskData::originalsentence |
Definition at line 53 of file hifst.task.prepro.gtest.cpp.
std::string googletesting::PreProTaskData::sentence |
Definition at line 55 of file hifst.task.prepro.gtest.cpp.
uint googletesting::PreProTaskData::sidx |
Definition at line 52 of file hifst.task.prepro.gtest.cpp.
boost::scoped_ptr<uf::StatsData> googletesting::PreProTaskData::stats |
Definition at line 57 of file hifst.task.prepro.gtest.cpp.
std::string googletesting::PreProTaskData::tokenizedsentence |
Definition at line 54 of file hifst.task.prepro.gtest.cpp.
unordered_map<std::string, uu::WordMapper *> googletesting::PreProTaskData::wm |
Wordmap/Integer map objects.
Definition at line 60 of file hifst.task.prepro.gtest.cpp.