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:
authorMosesAdmin <moses-support-owner@mit.edu>2016-10-03 19:24:24 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2016-10-03 19:24:24 +0300
commit5069aa43706d205123eb6ee37353a5e27d301bfb (patch)
treefd4e84f83e00c5925df667fa53287452f36e3e92
parent34e0ac2672778b1759e62994e854c538aaca6f0d (diff)
daily automatic beautifier
-rw-r--r--moses/TranslationModel/CompactPT/PhraseDecoder.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/moses/TranslationModel/CompactPT/PhraseDecoder.cpp b/moses/TranslationModel/CompactPT/PhraseDecoder.cpp
index 1a1927e2b..739959d3a 100644
--- a/moses/TranslationModel/CompactPT/PhraseDecoder.cpp
+++ b/moses/TranslationModel/CompactPT/PhraseDecoder.cpp
@@ -221,8 +221,8 @@ TargetPhraseVectorPtr PhraseDecoder::CreateTargetPhraseCollection(const Phrase &
size_t sourcePhraseId = m_phraseDictionary.m_hash[MakeSourceKey(sourcePhraseString)];
/*
cerr << "sourcePhraseString=" << sourcePhraseString << " "
- << sourcePhraseId
- << endl;
+ << sourcePhraseId
+ << endl;
*/
if(sourcePhraseId != m_phraseDictionary.m_hash.GetSize()) {
// Retrieve compressed and encoded target phrase collection