mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2025-01-05 02:22:21 +03:00
DebugCounts()
This commit is contained in:
parent
51d9b4d102
commit
3840c307fd
@ -68,7 +68,7 @@ void Search::Decode()
|
||||
//cerr << m_stacks << endl;
|
||||
}
|
||||
|
||||
DebugCounts();
|
||||
//DebugCounts();
|
||||
}
|
||||
|
||||
// grab the underlying contain of priority queue
|
||||
@ -243,9 +243,9 @@ void Search::DebugCounts()
|
||||
|
||||
std::map<size_t, size_t>::const_iterator iter;
|
||||
for (iter = counts.begin(); iter != counts.end(); ++iter) {
|
||||
cerr << iter->first << "=" << iter->second << endl;
|
||||
|
||||
cerr << iter->first << "=" << iter->second << " ";
|
||||
}
|
||||
cerr << endl;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user