mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-25 04:43:03 +03:00
Increased verbosity threshold for logging document map.
This commit is contained in:
parent
56da712283
commit
053037816b
@ -46,7 +46,7 @@ namespace Moses
|
|||||||
this->m_docname.push_back(docname);
|
this->m_docname.push_back(docname);
|
||||||
line >> b;
|
line >> b;
|
||||||
#ifndef NO_MOSES
|
#ifndef NO_MOSES
|
||||||
VERBOSE(1, "DOCUMENT MAP " << docname << " " << a << "-" << b+a << std::endl);
|
VERBOSE(2, "DOCUMENT MAP " << docname << " " << a << "-" << b+a << std::endl);
|
||||||
#endif
|
#endif
|
||||||
for (b += a; a < b; ++a)
|
for (b += a; a < b; ++a)
|
||||||
(*this->m_sid2docid)[a] = docid;
|
(*this->m_sid2docid)[a] = docid;
|
||||||
|
Loading…
Reference in New Issue
Block a user