From b128b2b107b3e7b77cfd5dbc578c060e52767afa Mon Sep 17 00:00:00 2001 From: philblunsom Date: Fri, 9 Jul 2010 17:05:06 +0000 Subject: Removed repeated Backoff feature. git-svn-id: https://ws10smt.googlecode.com/svn/trunk@205 ec762483-ff6d-05da-a07a-a48fb63a330f --- gi/pipeline/evaluation-pipeline.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gi/pipeline/evaluation-pipeline.pl b/gi/pipeline/evaluation-pipeline.pl index 161dc170..24a061d6 100755 --- a/gi/pipeline/evaluation-pipeline.pl +++ b/gi/pipeline/evaluation-pipeline.pl @@ -14,7 +14,7 @@ my $feat_map = { "XFeatures" => [ "XFE","XEF","LabelledEF","LabelledFE"] , "LabelledRuleConditionals" => [ "LabelledFE","LabelledEF" ] , "LexProb" => [ "LexE2F", "LexF2E" ] , - "BackoffRule" => [ "BackoffRule", "BackoffRule" ] , + "BackoffRule" => [ "BackoffRule" ] , }; my %init_weights = qw( -- cgit v1.2.3