Added some logging messages.

This commit is contained in:
Ulrich Germann 2015-06-08 15:32:53 +01:00
parent b2a3bd280e
commit 3a5acb56cc

View File

@ -851,7 +851,9 @@ namespace Moses
input.push_back(s->ToString());
size_t N = 10 * m_default_sample_size;
VERBOSE(1,"Priming bias for ranking. [" << HERE << "]" << endl);
context->bias = prime_sampling1(*bt->V1, *bt->I1, input, N);
VERBOSE(1,"Done. [" << HERE << "]" << endl);
}