diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2010-12-09 17:08:57 -0500 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2010-12-09 17:08:57 -0500 |
commit | 95d9f08205f090b390e19fcc1d2d9371113df917 (patch) | |
tree | ba58e7623a6bd9d69ab84f729861b17b6a3bc7cd /word-aligner | |
parent | 9a8cbe4db88e63378b6d3c4ec96438819f1f1131 (diff) |
add missing feature
Diffstat (limited to 'word-aligner')
-rwxr-xr-x | word-aligner/aligner.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/word-aligner/aligner.pl b/word-aligner/aligner.pl index f5ee5d3f..fc2e7fcb 100755 --- a/word-aligner/aligner.pl +++ b/word-aligner/aligner.pl @@ -127,6 +127,7 @@ feature_function=LexicalPairIdentity C $align_dir/grammars/corpus.class.$first $ feature_function=InputIdentity feature_function=OutputIdentity feature_function=RelativeSentencePosition $align_dir/grammars/corpus.class.$first +feature_function=LexNullJump feature_function=NewJump feature_function=NewJump use_binned_log_lengths flen # jump distance and src and destination class type |