mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-24 20:32:59 +03:00
Added some logging messages.
This commit is contained in:
parent
b2a3bd280e
commit
3a5acb56cc
@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user