diff options
Diffstat (limited to 'dtrain/test/example/cdec.ini')
-rw-r--r-- | dtrain/test/example/cdec.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dtrain/test/example/cdec.ini b/dtrain/test/example/cdec.ini index fe5ca759..6642107f 100644 --- a/dtrain/test/example/cdec.ini +++ b/dtrain/test/example/cdec.ini @@ -5,7 +5,8 @@ intersection_strategy=cube_pruning cubepruning_pop_limit=30 feature_function=WordPenalty feature_function=KLanguageModel test/example/nc-wmt11.en.srilm.gz -# all currently working feature function for translation: +# all currently working feature functions for translation: +# (with those features active that were used in the ACL paper) #feature_function=ArityPenalty #feature_function=CMR2008ReorderingFeatures #feature_function=Dwarf @@ -21,4 +22,3 @@ feature_function=RuleShape #feature_function=SourceSpanSizeFeatures #feature_function=SourceWordPenalty #feature_function=SpanFeatures -# ^^^ features active that were used in the ACL paper |