From 19bd995999b6935c16ecbd35d8277939b3d51bc2 Mon Sep 17 00:00:00 2001 From: "olivia.buzek" Date: Thu, 15 Jul 2010 21:54:58 +0000 Subject: Unified backoff_grammar and hier_cat. git-svn-id: https://ws10smt.googlecode.com/svn/trunk@270 ec762483-ff6d-05da-a07a-a48fb63a330f --- gi/pipeline/evaluation-pipeline.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'gi/pipeline/evaluation-pipeline.pl') diff --git a/gi/pipeline/evaluation-pipeline.pl b/gi/pipeline/evaluation-pipeline.pl index 6e786a8a..8ee41122 100755 --- a/gi/pipeline/evaluation-pipeline.pl +++ b/gi/pipeline/evaluation-pipeline.pl @@ -116,6 +116,7 @@ if (GetOptions( exit; } my @fkeys = keys %$feat_map; +push(@features, "BackoffRule") if $bkoffgram; die "You must specify one or more features with -f. Known features: @fkeys\n" unless scalar @features > 0; my @xfeats; for my $feat (@features) { -- cgit v1.2.3