#include <MultiFactor.h>


Public Member Functions | |
| virtual bool | Load (const std::string &filePath, const std::vector< FactorType > &factorTypes, size_t nGramOrder)=0 |
Protected Member Functions | |
| LanguageModelMultiFactor (const std::string &line) | |
Protected Attributes | |
| FactorMask | m_factorTypes |
Definition at line 39 of file MultiFactor.h.
| Moses::LanguageModelMultiFactor::LanguageModelMultiFactor | ( | const std::string & | line | ) | [inline, protected] |
Definition at line 44 of file MultiFactor.h.
| virtual bool Moses::LanguageModelMultiFactor::Load | ( | const std::string & | filePath, | |
| const std::vector< FactorType > & | factorTypes, | |||
| size_t | nGramOrder | |||
| ) | [pure virtual] |
Definition at line 42 of file MultiFactor.h.
1.5.9