mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 05:14:36 +03:00
Replaced TRACE_ERR(..) with VERBOSE(1,...) in PDTAimp.h.
This commit is contained in:
parent
2ac93eca5c
commit
e4c35b9896
@ -233,7 +233,7 @@ public:
|
|||||||
//InputFileStream in(filePath);
|
//InputFileStream in(filePath);
|
||||||
//m_dict->Create(in,filePath);
|
//m_dict->Create(in,filePath);
|
||||||
}
|
}
|
||||||
TRACE_ERR( "reading bin ttable\n");
|
VERBOSE(1,"reading bin ttable\n");
|
||||||
// m_dict->Read(filePath);
|
// m_dict->Read(filePath);
|
||||||
bool res=m_dict->Read(filePath);
|
bool res=m_dict->Read(filePath);
|
||||||
if (!res) {
|
if (!res) {
|
||||||
|
Loading…
Reference in New Issue
Block a user