From 7386574a2c70c7ed6e937eb94e3add8023cd7327 Mon Sep 17 00:00:00 2001
From: philblunsom <philblunsom@ec762483-ff6d-05da-a07a-a48fb63a330f>
Date: Thu, 8 Jul 2010 04:08:19 +0000
Subject: Fixed up evaluation pipeline. Should work now ...

git-svn-id: https://ws10smt.googlecode.com/svn/trunk@183 ec762483-ff6d-05da-a07a-a48fb63a330f
---
 gi/pipeline/evaluation-pipeline.pl | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

(limited to 'gi/pipeline')

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
 );
 
 
-- 
cgit v1.2.3