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 20:44:49 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-12-12 20:44:49 +0300
commit8908fdb9bdec69c3d2a669f2096cdb6abc04962f (patch)
tree87a654987bed0aac99985611efa9c8bff572260d /moses/LM
parentca8064615720690b805cb71f5280a611921015d2 (diff)
parentb899ab8175d5bb3733aa65a0658633c86aa2e237 (diff)
Merge ../mosesdecoder into perf_moses2
Diffstat (limited to 'moses/LM')
-rw-r--r--moses/LM/IRST.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/LM/IRST.cpp b/moses/LM/IRST.cpp
index 10fcdcd9f..6e34bf9c3 100644
--- a/moses/LM/IRST.cpp
+++ b/moses/LM/IRST.cpp
@@ -96,7 +96,7 @@ bool LanguageModelIRST::IsUseable(const FactorMask &mask) const
return ret;
}
- void LanguageModelIRST::Load(AllOptions::ptr const& opts)
+void LanguageModelIRST::Load(AllOptions::ptr const& opts)
{
FactorCollection &factorCollection = FactorCollection::Instance();