diff options
author | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-09 23:35:51 +0000 |
---|---|---|
committer | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-09 23:35:51 +0000 |
commit | 3789855a42083b2fb4bc7562dcc619583dbe81e6 (patch) | |
tree | 93247ae522accf130d8b5cea729f1f85b2bf67f2 /gi | |
parent | 9801ac3df2cbf2656b8d21b2fb0046bfb4046e98 (diff) |
forgotten feature
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@216 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'gi')
-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 a1631b0f..796fb4e9 100755 --- a/gi/pipeline/evaluation-pipeline.pl +++ b/gi/pipeline/evaluation-pipeline.pl @@ -50,7 +50,7 @@ my %init_weights = qw( # these features are included by default -my @DEFAULT_FEATS = qw( Glue GlueTop LanguageModel WordPenalty ); +my @DEFAULT_FEATS = qw( PassThrough Glue GlueTop LanguageModel WordPenalty ); |