mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 13:23:25 +03:00
daily automatic beautifier
This commit is contained in:
parent
34e0ac2672
commit
5069aa4370
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user