diff options
author | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-10 21:41:27 +0000 |
---|---|---|
committer | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-10 21:41:27 +0000 |
commit | 35da16a3177f94fcff97c319344ced8407b69ffb (patch) | |
tree | eae3c27c5188b6996920de08f8df4316d2bf4289 /gi/pipeline/evaluation-pipeline.pl | |
parent | 734cdcebfe66ee283e7ae535cec13a857f8b4a29 (diff) |
handle OOVs better
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@218 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'gi/pipeline/evaluation-pipeline.pl')
-rwxr-xr-x | gi/pipeline/evaluation-pipeline.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gi/pipeline/evaluation-pipeline.pl b/gi/pipeline/evaluation-pipeline.pl index 796fb4e9..cc3d6fd5 100755 --- a/gi/pipeline/evaluation-pipeline.pl +++ b/gi/pipeline/evaluation-pipeline.pl @@ -279,7 +279,10 @@ formalism=scfg cubepruning_pop_limit=100 add_pass_through_rules=true 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 feature_function=WordPenalty feature_function=LanguageModel -o 3 $LANG_MODEL EOT |