alignment output fix

git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1604 1f5c12ca-751b-0410-a591-d2e778427230
This commit is contained in:
hieuhoang1972 2008-05-04 13:13:12 +00:00
parent 3fc0b8ddb4
commit 9997b7fd7e

View File

@ -404,6 +404,7 @@ void IOStream::OutputNBestList(const TrellisPathList &nBestList, long translatio
}
}
// total
*m_nBestStream << "||| " << path.GetTotalScore();
if (includeAlignment) {