languagemodelfactory.h.svn-base
来自「moses开源的机器翻译系统」· SVN-BASE 代码 · 共 29 行
SVN-BASE
29 行
// $Id$#ifndef _LANGUAGE_MODEL_FACTORY_H_#define _LANGUAGE_MODEL_FACTORY_H_#include <string>#include <vector>#include "TypeDef.h"class LanguageModel;class ScoreIndexManager;namespace LanguageModelFactory { /** * creates a language model that will use the appropriate * language model toolkit as its underlying implementation */ LanguageModel* CreateLanguageModel(LMImplementation lmImplementation , const std::vector<FactorType> &factorTypes , size_t nGramOrder , const std::string &languageModelFile , float weight , ScoreIndexManager &scoreIndexManager); };#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?