From 126ac86b48998f4678c11315995ad73ae3dcd842 Mon Sep 17 00:00:00 2001 From: philblunsom Date: Fri, 9 Jul 2010 19:22:05 +0000 Subject: Added a bunch of features. git-svn-id: https://ws10smt.googlecode.com/svn/trunk@209 ec762483-ff6d-05da-a07a-a48fb63a330f --- gi/pipeline/evaluation-pipeline.pl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gi/pipeline') 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 ); -- cgit v1.2.3