From 476d09e1df52cba0be8e5f50d52bf5f32795288f Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Mon, 7 Dec 2009 13:01:21 -0500 Subject: add support for generating pruned lattices when in compound splitting mode --- src/apply_models.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/apply_models.cc') 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() { -- cgit v1.2.3