diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2012-08-12 10:36:45 -0400 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2012-08-12 10:36:45 -0400 |
commit | a4cc71054a66fe45e763331b0395dbb1d8d07da5 (patch) | |
tree | f0e576715e0a0af1d729c5fd173a316e57fad87d /gi/pf/pyp_word_model.h | |
parent | a8f45e4543239a233e5275d185add8ad9741cddc (diff) |
new interface
Diffstat (limited to 'gi/pf/pyp_word_model.h')
-rw-r--r-- | gi/pf/pyp_word_model.h | 3 |
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; } } |