Cambridge SMT System
|
data structure for applylm tool More...
#include <data-main.applylm.hpp>
Public Member Functions | |
ApplyLMData () | |
Public Attributes | |
unsigned | sidx |
std::string | integerMappedSentence |
std::vector< std::vector< unsigned > > | sourceWindows |
unordered_map< std::string, std::vector< const KenLMData * > > | klm |
lists of language models indexed by a key (i.e. parameter ) More... | |
boost::scoped_ptr< StatsData > | stats |
unordered_map< std::string, void * > | fsts |
unordered_map< std::string, ucam::util::WordMapper * > | wm |
Wordmap/Integer map objects. More... | |
data structure for applylm tool
Definition at line 32 of file data-main.applylm.hpp.
|
inline |
Definition at line 33 of file data-main.applylm.hpp.
unordered_map<std::string, void *> ucam::fsttools::ApplyLMData< ArcT >::fsts |
Definition at line 48 of file data-main.applylm.hpp.
std::string ucam::fsttools::ApplyLMData< ArcT >::integerMappedSentence |
Definition at line 42 of file data-main.applylm.hpp.
unordered_map<std::string, std::vector <const KenLMData *> > ucam::fsttools::ApplyLMData< ArcT >::klm |
lists of language models indexed by a key (i.e. parameter )
Definition at line 46 of file data-main.applylm.hpp.
unsigned ucam::fsttools::ApplyLMData< ArcT >::sidx |
Definition at line 36 of file data-main.applylm.hpp.
std::vector<std::vector<unsigned> > ucam::fsttools::ApplyLMData< ArcT >::sourceWindows |
Definition at line 43 of file data-main.applylm.hpp.
boost::scoped_ptr<StatsData> ucam::fsttools::ApplyLMData< ArcT >::stats |
Definition at line 47 of file data-main.applylm.hpp.
unordered_map<std::string, ucam::util::WordMapper *> ucam::fsttools::ApplyLMData< ArcT >::wm |
Wordmap/Integer map objects.
Definition at line 50 of file data-main.applylm.hpp.