diff options
author | Chris Dyer <redpony@gmail.com> | 2009-12-07 13:01:21 -0500 |
---|---|---|
committer | Chris Dyer <redpony@gmail.com> | 2009-12-07 13:01:21 -0500 |
commit | 476d09e1df52cba0be8e5f50d52bf5f32795288f (patch) | |
tree | 849b10b690bcf762aeeabf114595862742a811ca /src/apply_models.cc | |
parent | ec7edcc7e398bdb040d810094b8416ad9f279d98 (diff) |
add support for generating pruned lattices when in compound splitting mode
Diffstat (limited to 'src/apply_models.cc')
-rw-r--r-- | src/apply_models.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apply_models.cc b/src/apply_models.cc index 8efb331b..b1d002f4 100644 --- a/src/apply_models.cc +++ b/src/apply_models.cc @@ -159,7 +159,7 @@ public: out(*o), D(in.nodes_.size()), pop_limit_(pop_limit) { - cerr << " Rescoring forest (cube pruning, pop_limit = " << pop_limit_ << ')' << endl; + cerr << " Applying feature functions (cube pruning, pop_limit = " << pop_limit_ << ')' << endl; } void Apply() { |