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 | 8f6006cabee490a956940765c30cdd720d2e9161 (patch) | |
tree | 432b2bbd9dfef28ccac8505732556dc8a95de4e3 /gi/pf/brat.cc | |
parent | b3c0b5e4a05019045e6a81209741b60e0f20b073 (diff) |
pyp lm, fixed hyperparameters inference
Diffstat (limited to 'gi/pf/brat.cc')
-rw-r--r-- | gi/pf/brat.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/pf/brat.cc b/gi/pf/brat.cc index 7b60ef23..c2c52760 100644 --- a/gi/pf/brat.cc +++ b/gi/pf/brat.cc @@ -191,7 +191,7 @@ struct UniphraseLM { void ResampleHyperparameters(MT19937* rng) { phrases_.resample_hyperparameters(rng); gen_.resample_hyperparameters(rng); - cerr << " " << phrases_.concentration(); + cerr << " " << phrases_.alpha(); } CCRP_NoTable<vector<int> > phrases_; |