diff options
author | trevor.cohn <trevor.cohn@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-22 19:05:54 +0000 |
---|---|---|
committer | trevor.cohn <trevor.cohn@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-22 19:05:54 +0000 |
commit | 0732fff632e792ae2268e9ef1c9c230624098eb7 (patch) | |
tree | 344784ef25043f34bf6d9fe74b2579ade072a890 /gi/pipeline/evaluation-pipeline.pl | |
parent | d6cdcf776b2f4541a7ee80c1a489d4a0fee41be3 (diff) |
Added option to apply tags to source-side
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@367 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'gi/pipeline/evaluation-pipeline.pl')
-rwxr-xr-x | gi/pipeline/evaluation-pipeline.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/pipeline/evaluation-pipeline.pl b/gi/pipeline/evaluation-pipeline.pl index 16b9a571..b2656985 100755 --- a/gi/pipeline/evaluation-pipeline.pl +++ b/gi/pipeline/evaluation-pipeline.pl @@ -143,7 +143,7 @@ for my $feat (@features) { if (!defined $rs) { die "DON'T KNOW ABOUT FEATURE $feat\n"; } my @xfs = @$rs; @xfeats = (@xfeats, @xfs); - $FEATURIZER_OPTS .= " -f $feat" unless $feat=="BackoffRule"; + $FEATURIZER_OPTS .= " -f $feat" unless $feat eq "BackoffRule"; } print STDERR "X-FEATS: @xfeats\n"; |