diff options
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() { |