mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2025-01-07 20:17:48 +03:00
Bug fix.
This commit is contained in:
parent
34762f8c17
commit
1b8fc53174
@ -147,7 +147,7 @@ namespace sapt
|
||||
BOOST_FOREACH(bias_record const& b, biasmap)
|
||||
{
|
||||
std::map<std::string, id_type>::const_iterator m;
|
||||
m = = docname2docid.find(b.first);
|
||||
m = docname2docid.find(b.first);
|
||||
if (m != docname2docid.end())
|
||||
*log << "BIAS " << b.first << " " << m_bias[m->second]
|
||||
<< std::endl;
|
||||
|
Loading…
Reference in New Issue
Block a user