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 | 1cf86da06f6a0ab5d9a78bd39a1627df142ea8c5 (patch) | |
tree | 93cda88617e7f5ec881ccfa71cb3b806a54aede3 /gi/pipeline/evaluation-pipeline.pl | |
parent | bd120bac920142a659b0bfa0b9157cb6c547e423 (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 |