diff options
author | philblunsom <philblunsom@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-09 19:22:05 +0000 |
---|---|---|
committer | philblunsom <philblunsom@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-09 19:22:05 +0000 |
commit | 126ac86b48998f4678c11315995ad73ae3dcd842 (patch) | |
tree | 04fee519d32a2ad7fca588cc542bd5e3235223c9 /gi/pipeline | |
parent | 48ab19ad0dd6abb50b8cef7a7b91719473fa01f2 (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-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 ); |