diff options
author | olivia.buzek <olivia.buzek@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-15 21:54:58 +0000 |
---|---|---|
committer | olivia.buzek <olivia.buzek@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-15 21:54:58 +0000 |
commit | 19bd995999b6935c16ecbd35d8277939b3d51bc2 (patch) | |
tree | 8fc849e2e3f48f1c9e89dc27038f8f204d266214 /gi/pipeline/evaluation-pipeline.pl | |
parent | 88314a9633e323db207c2fe70cf846bb5c7c4438 (diff) |
Unified backoff_grammar and hier_cat.
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@270 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'gi/pipeline/evaluation-pipeline.pl')
-rwxr-xr-x | gi/pipeline/evaluation-pipeline.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gi/pipeline/evaluation-pipeline.pl b/gi/pipeline/evaluation-pipeline.pl index 6e786a8a..8ee41122 100755 --- a/gi/pipeline/evaluation-pipeline.pl +++ b/gi/pipeline/evaluation-pipeline.pl @@ -116,6 +116,7 @@ if (GetOptions( exit; } my @fkeys = keys %$feat_map; +push(@features, "BackoffRule") if $bkoffgram; die "You must specify one or more features with -f. Known features: @fkeys\n" unless scalar @features > 0; my @xfeats; for my $feat (@features) { |