mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2025-01-01 00:12:27 +03:00
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:
parent
26f43b32be
commit
24dac4faa3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user