summaryrefslogtreecommitdiff
path: root/gi/pf/pyp_tm.cc
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2012-08-12 10:36:45 -0400
committerChris Dyer <cdyer@cs.cmu.edu>2012-08-12 10:36:45 -0400
commita5615f37bea556ee4995f368425b281ae86edbac (patch)
treec1eafd5d10020959ecf971eac97bdc06d25f8eaf /gi/pf/pyp_tm.cc
parent465abfdb07652238291e807f709292a9ff066366 (diff)
new interface
Diffstat (limited to 'gi/pf/pyp_tm.cc')
-rw-r--r--gi/pf/pyp_tm.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/pf/pyp_tm.cc b/gi/pf/pyp_tm.cc
index 6bc8a5bf..37b9a604 100644
--- a/gi/pf/pyp_tm.cc
+++ b/gi/pf/pyp_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 << '\t' << TD::GetString(i2->first) << endl;
}
}