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/ChartTranslationOptionList.cpp
parent1e96ffcf3dd1a2117526a8fbc12dcc3bcff75b77 (diff)
bugs in FF MaxSpanFreeNonTermSource
Diffstat (limited to 'moses/ChartTranslationOptionList.cpp')
-rw-r--r--moses/ChartTranslationOptionList.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/moses/ChartTranslationOptionList.cpp b/moses/ChartTranslationOptionList.cpp
index a560a070b..f0f6a0732 100644
--- a/moses/ChartTranslationOptionList.cpp
+++ b/moses/ChartTranslationOptionList.cpp
@@ -192,12 +192,7 @@ void ChartTranslationOptionList::Evaluate(const InputType &input, const InputPat
}
size_t newSize = m_size - numDiscard;
-
- if (numDiscard) {
- cerr << "LIST numDiscard=" << numDiscard << " newSize=" << newSize << endl;
- }
m_size = newSize;
-
}
void ChartTranslationOptionList::SwapTranslationOptions(size_t a, size_t b)