summaryrefslogtreecommitdiff
path: root/gi
diff options
context:
space:
mode:
authorphilblunsom <philblunsom@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-07-08 04:08:19 +0000
committerphilblunsom <philblunsom@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-07-08 04:08:19 +0000
commit7386574a2c70c7ed6e937eb94e3add8023cd7327 (patch)
tree5f9b4e30b2bb9dc5553344e7df4e3e2273b27e64 /gi
parent3cf76cc62341c04e0962705d011ab141190ae1da (diff)
Fixed up evaluation pipeline. Should work now ...
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@183 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'gi')
-rwxr-xr-xgi/pipeline/evaluation-pipeline.pl9
1 files changed, 8 insertions, 1 deletions
diff --git a/gi/pipeline/evaluation-pipeline.pl b/gi/pipeline/evaluation-pipeline.pl
index 8414308d..619e2699 100755
--- a/gi/pipeline/evaluation-pipeline.pl
+++ b/gi/pipeline/evaluation-pipeline.pl
@@ -10,6 +10,9 @@ my $SCRIPT_DIR; BEGIN { use Cwd qw/ abs_path /; use File::Basename; $SCRIPT_DIR
# the key in this map is the extractor name, the value is a list of the extracted features
my $feat_map = {
"LogRuleCount" => [ "LogRuleCount", "SingletonRule" ] ,
+# "XFeatures" => [ "XFE","XEF" ] ,
+ "XFeatures" => [ "XFE","XEF","LabelledEF","LabelledFE"] ,
+ "LabelledRuleConditionals" => [ "LabelledFE","LabelledEF" ] ,
"LexProb" => [ "LexE2F", "LexF2E" ] ,
};
@@ -24,11 +27,15 @@ my %init_weights = qw(
LogECount -0.129853
LogFCount -0.194037
LogRuleCount 0.256706
+ XFE -0.256706
+ XEF -0.256706
+ LabelledFE -0.256706
+ LabelledEF -0.256706
PassThrough -0.9304905
SingletonE -3.04161
SingletonF 0.0714027
SingletonRule -0.889377
- WordPenalty -7.99495
+ WordPenalty -1.99495
);