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>2013-08-12 13:34:38 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-08-12 13:34:38 +0400
commit2a240b59b28dae22ae36fb618a4f2a7b267ed29b (patch)
tree54f491037582162d7015ca595ba1e3ba61fca10e /moses/TranslationOption.cpp
parent46fce4029ccc13e2cd75710f3f03cc4982fd507e (diff)
delete debug messages
Diffstat (limited to 'moses/TranslationOption.cpp')
-rw-r--r--moses/TranslationOption.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/moses/TranslationOption.cpp b/moses/TranslationOption.cpp
index 4a09ddd61..ecd74883f 100644
--- a/moses/TranslationOption.cpp
+++ b/moses/TranslationOption.cpp
@@ -75,9 +75,6 @@ void TranslationOption::CacheLexReorderingScores(const LexicalReordering &produc
void TranslationOption::Evaluate(const InputType &input)
{
const Phrase &sourcePhrase = GetSourcePhrase();
- cerr << m_sourceWordsRange << endl;
- cerr << sourcePhrase << endl;
-
m_targetPhrase.Evaluate(input, sourcePhrase);
}