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 | 2d3261e0e66981916be5933c796ff7157a20edaa (patch) | |
tree | 20cafc81473515e39ece040ba72753c63d8abeb3 | |
parent | 7f69c868c41e4b36eecf9d3b1dc22f3f3aa1540c (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( |