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
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2015-01-02 21:40:15 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-01-02 21:40:15 +0300
commit0552a79b1e0c163d9adc042a5f83cdfdc1d20f84 (patch)
tree91150f79d0a7232ff4f501709d98017d91d21e06 /moses/MockHypothesis.cpp
parent1ff52ebb0ec1acf8085e93622721dbb8fc7bff7d (diff)
consistent constructor for all managers
Diffstat (limited to 'moses/MockHypothesis.cpp')
-rw-r--r--moses/MockHypothesis.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/MockHypothesis.cpp b/moses/MockHypothesis.cpp
index c18b58a5e..e25fe4e52 100644
--- a/moses/MockHypothesis.cpp
+++ b/moses/MockHypothesis.cpp
@@ -41,7 +41,7 @@ MockHypothesisGuard::MockHypothesisGuard(
m_wp("WordPenalty"),
m_uwp("UnknownWordPenalty"),
m_dist("Distortion"),
- m_manager(m_sentence,Normal)
+ m_manager(m_sentence)
{
BOOST_CHECK_EQUAL(alignments.size(), targetSegments.size());