summaryrefslogtreecommitdiff
path: root/gi/pf/pyp_word_model.h
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_word_model.h
parent465abfdb07652238291e807f709292a9ff066366 (diff)
new interface
Diffstat (limited to 'gi/pf/pyp_word_model.h')
-rw-r--r--gi/pf/pyp_word_model.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gi/pf/pyp_word_model.h b/gi/pf/pyp_word_model.h
index 224a9034..0bebb751 100644
--- a/gi/pf/pyp_word_model.h
+++ b/gi/pf/pyp_word_model.h
@@ -47,8 +47,7 @@ struct PYPWordModel {
std::cerr << "PYPWordModel: generations=" << r.num_customers()
<< " PYP(d=" << r.discount() << ",s=" << r.strength() << ')' << std::endl;
for (typename CCRP<std::vector<WordID> >::const_iterator it = r.begin(); it != r.end(); ++it) {
- std::cerr << " " << it->second.total_dish_count_
- << " (on " << it->second.table_counts_.size() << " tables) "
+ std::cerr << " " << it->second
<< TD::GetString(it->first) << std::endl;
}
}