Extra endl was causing blank lines after translations with word alignments.

This commit is contained in:
mjdenkowski 2014-10-08 01:55:02 -04:00
parent 6b2cd8adae
commit e9f0ae951e

View File

@ -330,7 +330,6 @@ void OutputAlignment(ostream &out, const vector<const Hypothesis *> &edges)
targetOffset += tp.GetSize();
}
out << std::endl;
}
void OutputAlignment(std::ostream &out, const Moses::Hypothesis *hypo)