diff options
author | olivia.buzek <olivia.buzek@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-21 20:13:27 +0000 |
---|---|---|
committer | olivia.buzek <olivia.buzek@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-21 20:13:27 +0000 |
commit | cb094b00983dabc0393d1fab40b3450266c7c8a9 (patch) | |
tree | 7400b2a482b196d873448b28a015592c644a1294 /gi/pipeline/evaluation-pipeline.pl | |
parent | f80891a7c4a2834efc476ce4d29cc6c438e567f0 (diff) |
Fixing errors.
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@361 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'gi/pipeline/evaluation-pipeline.pl')
-rwxr-xr-x | gi/pipeline/evaluation-pipeline.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/pipeline/evaluation-pipeline.pl b/gi/pipeline/evaluation-pipeline.pl index fe0fb1a5..16b9a571 100755 --- a/gi/pipeline/evaluation-pipeline.pl +++ b/gi/pipeline/evaluation-pipeline.pl @@ -143,7 +143,7 @@ for my $feat (@features) { if (!defined $rs) { die "DON'T KNOW ABOUT FEATURE $feat\n"; } my @xfs = @$rs; @xfeats = (@xfeats, @xfs); - $FEATURIZER_OPTS .= " -f $feat"; + $FEATURIZER_OPTS .= " -f $feat" unless $feat=="BackoffRule"; } print STDERR "X-FEATS: @xfeats\n"; |