mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-28 14:32:38 +03:00
Extra endl was causing blank lines after translations with word alignments.
This commit is contained in:
parent
6b2cd8adae
commit
e9f0ae951e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user