summaryrefslogtreecommitdiff
path: root/gi/pipeline
diff options
context:
space:
mode:
authorphilblunsom <philblunsom@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-07-09 19:22:05 +0000
committerphilblunsom <philblunsom@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-07-09 19:22:05 +0000
commit842618e5a074715e6e681c0a5b57926fd75852ff (patch)
tree1db0fff53c7ee417963b3be58ed1ffbfaa0000eb /gi/pipeline
parent06a2d0d09edeeea30e7d89b5aafdfe911b89c279 (diff)
Added a bunch of features.
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@209 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'gi/pipeline')
-rwxr-xr-xgi/pipeline/evaluation-pipeline.pl8
1 files changed, 8 insertions, 0 deletions
diff --git a/gi/pipeline/evaluation-pipeline.pl b/gi/pipeline/evaluation-pipeline.pl
index 24a061d6..3e6d0cfd 100755
--- a/gi/pipeline/evaluation-pipeline.pl
+++ b/gi/pipeline/evaluation-pipeline.pl
@@ -15,6 +15,10 @@ my $feat_map = {
"LabelledRuleConditionals" => [ "LabelledFE","LabelledEF" ] ,
"LexProb" => [ "LexE2F", "LexF2E" ] ,
"BackoffRule" => [ "BackoffRule" ] ,
+ "RulePenalty" => [ "RulePenalty" ] ,
+ "LHSProb" => [ "LHSProb" ] ,
+ "LabellingShape" => [ "LabellingShape" ] ,
+ "GenerativeProb" => [ "GenerativeProb" ] ,
};
my %init_weights = qw(
@@ -38,6 +42,10 @@ my %init_weights = qw(
SingletonF 0.0714027
SingletonRule -0.889377
WordPenalty -1.99495
+ RulePenalty -0.1
+ LabellingShape -0.1
+ LHSProb -0.1
+ GenerativeProb -0.1
);