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 <fishandfrolick@gmail.com>2012-12-21 20:49:32 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2012-12-21 20:49:32 +0400
commit5b88c4e733f8da4ece4a8571f51ec78f6c470db1 (patch)
treec600a8a5e11b6ec2f190fd4a35721b3e590821cb /moses/MockHypothesis.cpp
parent6cef6cff983f9df83d76d12220827c12045c72b3 (diff)
completely gutted TranslationSystem
Diffstat (limited to 'moses/MockHypothesis.cpp')
-rw-r--r--moses/MockHypothesis.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/moses/MockHypothesis.cpp b/moses/MockHypothesis.cpp
index e5314c6aa..9251e0eda 100644
--- a/moses/MockHypothesis.cpp
+++ b/moses/MockHypothesis.cpp
@@ -37,7 +37,6 @@ MockHypothesisGuard::MockHypothesisGuard(
const vector<string>& targetSegments)
: m_emptyTarget(),
m_sentence(),
- m_system("mock",&m_wp,&m_uwp,&m_dist),
m_manager(0,m_sentence,Normal,&m_system)
{
BOOST_CHECK_EQUAL(alignments.size(), targetSegments.size());