Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/moses/LM
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2015-12-12 21:04:54 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-12-12 21:04:54 +0300
commit1ba9af09fe0d7afd3764988a09634814981b0296 (patch)
tree7647036d1565d3219c02b75147ffed9ef23ad184 /moses/LM
parent8908fdb9bdec69c3d2a669f2096cdb6abc04962f (diff)
parentd21f62b8a89652b4e53bf41e502b6a7e79b70c48 (diff)
Merge ../mosesdecoder into perf_moses2
Diffstat (limited to 'moses/LM')
-rw-r--r--moses/LM/SRI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/LM/SRI.cpp b/moses/LM/SRI.cpp
index 2741cfa1e..6667aa996 100644
--- a/moses/LM/SRI.cpp
+++ b/moses/LM/SRI.cpp
@@ -66,7 +66,7 @@ LanguageModelSRI::~LanguageModelSRI()
delete m_srilmVocab;
}
-void LanguageModelSRI::Load(AllOptions const& opts)
+void LanguageModelSRI::Load(AllOptions::ptr const& opts)
{
m_srilmVocab = new ::Vocab();
m_srilmModel = new Ngram(*m_srilmVocab, m_nGramOrder);