Minor bug fix in logging biased sampling for phrase lookup.

This commit is contained in:
Ulrich Germann 2015-04-03 20:18:55 +01:00
parent 93ce2423df
commit b6c887b370

View File

@ -1851,7 +1851,7 @@ namespace Moses {
<< p.joint << " [";
for (size_t i = 0; i < p.indoc.size(); ++i)
{
if (i) cout << " ";
if (i) *log << " ";
*log << p.indoc[i];
}
*log << "]" << endl;