diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2012-03-03 17:16:58 -0500 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2012-03-03 17:16:58 -0500 |
commit | 2579dd24d3833823527e688196276c2fab381b37 (patch) | |
tree | df25825f29db546549fc469f912cef5a7e32c08f /gi/pf/align-lexonly.cc | |
parent | e0507d1aa96c6b1348e6a202beb95f63d8662258 (diff) |
pyp lm, fixed hyperparameters inference
Diffstat (limited to 'gi/pf/align-lexonly.cc')
-rw-r--r-- | gi/pf/align-lexonly.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/pf/align-lexonly.cc b/gi/pf/align-lexonly.cc index 8c1d689f..dbc9dc07 100644 --- a/gi/pf/align-lexonly.cc +++ b/gi/pf/align-lexonly.cc @@ -105,7 +105,7 @@ struct HierarchicalWordBase { } void Summary() const { - cerr << "NUMBER OF CUSTOMERS: " << r.num_customers() << " (\\alpha=" << r.concentration() << ')' << endl; + cerr << "NUMBER OF CUSTOMERS: " << r.num_customers() << " (\\alpha=" << r.alpha() << ')' << endl; for (CCRP_NoTable<vector<WordID> >::const_iterator it = r.begin(); it != r.end(); ++it) cerr << " " << it->second << '\t' << TD::GetString(it->first) << endl; } |