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 | 8eaa95d98b4ad1ce86ff87dd693b417c8dfdef6d (patch) | |
tree | 26fc496ccb60a5801f95d1b97d5d771531190a3e /gi/pipeline | |
parent | 296c7cc2082557db4a82b4a1208986c6e93ad935 (diff) |
forgotten feature
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@216 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'gi/pipeline')
-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 ); |