mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-24 20:32:59 +03:00
Minor bug fix in logging biased sampling for phrase lookup.
This commit is contained in:
parent
93ce2423df
commit
b6c887b370
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user