mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-25 04:43:03 +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 << " [";
|
<< p.joint << " [";
|
||||||
for (size_t i = 0; i < p.indoc.size(); ++i)
|
for (size_t i = 0; i < p.indoc.size(); ++i)
|
||||||
{
|
{
|
||||||
if (i) cout << " ";
|
if (i) *log << " ";
|
||||||
*log << p.indoc[i];
|
*log << p.indoc[i];
|
||||||
}
|
}
|
||||||
*log << "]" << endl;
|
*log << "]" << endl;
|
||||||
|
Loading…
Reference in New Issue
Block a user