Cambridge SMT System
ucam::fsttools::ApplyLMData< ArcT > Struct Template Reference

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< StatsDatastats
 
unordered_map< std::string, void * > fsts
 
unordered_map< std::string, ucam::util::WordMapper * > wm
 Wordmap/Integer map objects. More...
 

Detailed Description

template<class ArcT = void>
struct ucam::fsttools::ApplyLMData< ArcT >

data structure for applylm tool

Definition at line 32 of file data-main.applylm.hpp.

Constructor & Destructor Documentation

template<class ArcT = void>
ucam::fsttools::ApplyLMData< ArcT >::ApplyLMData ( )
inline

Definition at line 33 of file data-main.applylm.hpp.

Member Data Documentation

template<class ArcT = void>
unordered_map<std::string, void *> ucam::fsttools::ApplyLMData< ArcT >::fsts

Definition at line 48 of file data-main.applylm.hpp.

template<class ArcT = void>
std::string ucam::fsttools::ApplyLMData< ArcT >::integerMappedSentence

Definition at line 42 of file data-main.applylm.hpp.

template<class ArcT = void>
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.

template<class ArcT = void>
unsigned ucam::fsttools::ApplyLMData< ArcT >::sidx

Definition at line 36 of file data-main.applylm.hpp.

template<class ArcT = void>
std::vector<std::vector<unsigned> > ucam::fsttools::ApplyLMData< ArcT >::sourceWindows

Definition at line 43 of file data-main.applylm.hpp.

template<class ArcT = void>
boost::scoped_ptr<StatsData> ucam::fsttools::ApplyLMData< ArcT >::stats

Definition at line 47 of file data-main.applylm.hpp.

template<class ArcT = void>
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.


The documentation for this struct was generated from the following file: