summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--decoder/cdec.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoder/cdec.cc b/decoder/cdec.cc
index 2353cab3..5d0ac8b2 100644
--- a/decoder/cdec.cc
+++ b/decoder/cdec.cc
@@ -417,6 +417,7 @@ int main(int argc, char** argv) {
bool has_late_models = !late_models.empty();
if (has_late_models) {
+ Timer t("Forest rescoring:");
forest.Reweight(feature_weights);
forest.SortInEdgesByEdgeWeights();
Hypergraph lm_forest;