minor change to debugging output. Memory pt used by both pb and chart-based models

This commit is contained in:
Hieu Hoang 2014-06-05 17:15:08 +01:00
parent b2de22fccb
commit d29bf716a4

View File

@ -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();