diff options
Diffstat (limited to 'gi/pipeline/evaluation-pipeline.pl')
-rwxr-xr-x | gi/pipeline/evaluation-pipeline.pl | 8 |
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 ); |