summaryrefslogtreecommitdiff
path: root/gi/pipeline
diff options
context:
space:
mode:
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
);