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 <hieu@hoang.co.uk>2014-05-16 19:16:20 +0400
committerHieu Hoang <hieu@hoang.co.uk>2014-05-16 19:16:20 +0400
commit65a1e176e5a65bf172894eb919729a7449c03a45 (patch)
treedd567ed63e43b23b27e2f1639b2a0ea229f303ac /moses/ChartTranslationOptions.cpp
parent1e96ffcf3dd1a2117526a8fbc12dcc3bcff75b77 (diff)
bugs in FF MaxSpanFreeNonTermSource
Diffstat (limited to 'moses/ChartTranslationOptions.cpp')
-rw-r--r--moses/ChartTranslationOptions.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/moses/ChartTranslationOptions.cpp b/moses/ChartTranslationOptions.cpp
index cf305c408..3073bdcfc 100644
--- a/moses/ChartTranslationOptions.cpp
+++ b/moses/ChartTranslationOptions.cpp
@@ -79,10 +79,6 @@ void ChartTranslationOptions::Evaluate(const InputType &input, const InputPath &
}
size_t newSize = m_collection.size() - numDiscard;
-
- if (numDiscard) {
- cerr << "numDiscard=" << numDiscard << " newSize=" << newSize << endl;
- }
m_collection.resize(newSize);
}