mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-11-10 10:59:21 +03:00
minor change to debugging output. Memory pt used by both pb and chart-based models
This commit is contained in:
parent
b2de22fccb
commit
d29bf716a4
@ -149,7 +149,7 @@ bool RuleTableLoaderStandard::Load(FormatType format
|
||||
, size_t /* tableLimit */
|
||||
, RuleTableTrie &ruleTable)
|
||||
{
|
||||
PrintUserTime(string("Start loading text SCFG phrase table. ") + (format==MosesFormat?"Moses ":"Hiero ") + " format");
|
||||
PrintUserTime(string("Start loading text phrase table. ") + (format==MosesFormat?"Moses ":"Hiero ") + " format");
|
||||
|
||||
const StaticData &staticData = StaticData::Instance();
|
||||
const std::string& factorDelimiter = staticData.GetFactorDelimiter();
|
||||
|
Loading…
Reference in New Issue
Block a user