diff options
author | bothameister <bothameister@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-15 20:47:10 +0000 |
---|---|---|
committer | bothameister <bothameister@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-15 20:47:10 +0000 |
commit | 56dc62f036987bc95787c617da364e28742eac3d (patch) | |
tree | 099853aaef8a757893cea9b1c47cca71422a347f | |
parent | a72189be8a87f63a3f86a67287e53b835eca004f (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-x | gi/pipeline/evaluation-pipeline.pl | 7 |
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; |