IRST lm wrapper not compilable.

git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@224 1f5c12ca-751b-0410-a591-d2e778427230
This commit is contained in:
hieuhoang1972 2006-07-20 18:57:15 +00:00
parent 26f43b32be
commit 24dac4faa3

View File

@ -68,7 +68,7 @@ void LanguageModel_IRST::Load(size_t id
InputFileStream inp(fileName);
m_lmtb = new lmtable(
inp,
fileName.c_str(),
nGramOrder,
resolution,
decay