diff options
Diffstat (limited to 'gi/pf/hpyp_tm.cc')
| -rw-r--r-- | gi/pf/hpyp_tm.cc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/gi/pf/hpyp_tm.cc b/gi/pf/hpyp_tm.cc index 784f9958..f362d3f8 100644 --- a/gi/pf/hpyp_tm.cc +++ b/gi/pf/hpyp_tm.cc @@ -31,7 +31,7 @@ struct ConditionalPYPWordModel {      for (RuleModelHash::const_iterator it = r.begin(); it != r.end(); ++it) {        cerr << TD::Convert(it->first) << "   \tPYP(d=" << it->second.discount() << ",s=" << it->second.strength() << ") --------------------------" << endl;        for (CCRP<vector<WordID> >::const_iterator i2 = it->second.begin(); i2 != it->second.end(); ++i2) -        cerr << "   " << i2->second.total_dish_count_ << '\t' << TD::GetString(i2->first) << endl; +        cerr << "   " << i2->second << endl;      }    } | 
