diff options
author | philblunsom <philblunsom@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-09 17:05:06 +0000 |
---|---|---|
committer | philblunsom <philblunsom@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-09 17:05:06 +0000 |
commit | b128b2b107b3e7b77cfd5dbc578c060e52767afa (patch) | |
tree | f54c52583a996d9940e7a2150863e18e93953652 | |
parent | bdea91300c85539ab7153ccba58689612f66bb4d (diff) |
Removed repeated Backoff feature.
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@205 ec762483-ff6d-05da-a07a-a48fb63a330f
-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 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( |