summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbothameister <bothameister@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-07-15 20:47:10 +0000
committerbothameister <bothameister@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-07-15 20:47:10 +0000
commit6c6dffdb18b6b0090f47ee72748a19005d4a55a1 (patch)
treebad179d52e9b09583e0d9d0de33b9bff10eb7950
parent7ea02958e5ee1588a454a21f69110117c19eed02 (diff)
rolled back unintended commit on *evaluation* pipeline
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@268 ec762483-ff6d-05da-a07a-a48fb63a330f
-rwxr-xr-xgi/pipeline/evaluation-pipeline.pl7
1 files changed, 2 insertions, 5 deletions
diff --git a/gi/pipeline/evaluation-pipeline.pl b/gi/pipeline/evaluation-pipeline.pl
index bf9d037c..6e786a8a 100755
--- a/gi/pipeline/evaluation-pipeline.pl
+++ b/gi/pipeline/evaluation-pipeline.pl
@@ -281,8 +281,8 @@ sub write_cdec_ini {
formalism=scfg
cubepruning_pop_limit=100
add_pass_through_rules=true
-scfg_extra_glue_grammar=/export/ws10smt/jan/glue.scfg.gz
-grammar=/export/ws10smt/jan/oov.scfg.gz
+scfg_extra_glue_grammar=/export/ws10smt/data/glue/glue.scfg.gz
+grammar=/export/ws10smt/data/oov.scfg.gz
grammar=$grammar_path
scfg_default_nt=OOV
scfg_no_hiero_glue_grammar=true
@@ -292,9 +292,6 @@ EOT
close CDECINI;
};
-#scfg_extra_glue_grammar=/export/ws10smt/data/glue/glue.scfg.gz
-#grammar=/export/ws10smt/data/oov.scfg.gz
-
sub print_help {
print STDERR<<EOT;