#include <iostream>#include "LanguageModelFactory.h"#include "UserMessage.h"#include "TypeDef.h"#include "FactorCollection.h"#include "LanguageModel.h"#include "LanguageModelInternal.h"#include "LanguageModelSkip.h"#include "LanguageModelJoint.h"Go to the source code of this file.
Namespaces | |
| namespace | Moses |
| namespace | Moses::LanguageModelFactory |
Functions | |
| LanguageModel * | Moses::LanguageModelFactory::CreateLanguageModel (LMImplementation lmImplementation, const std::vector< FactorType > &factorTypes, size_t nGramOrder, const std::string &languageModelFile, ScoreIndexManager &scoreIndexManager, int dub) |
1.5.9