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:02:52 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-12-12 21:02:52 +0300
commitd21f62b8a89652b4e53bf41e502b6a7e79b70c48 (patch)
tree29bdd8d351849fe827942be49957e804a1e7211c /moses/LM
parentb899ab8175d5bb3733aa65a0658633c86aa2e237 (diff)
SRI minor compile error
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);