diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2010-12-22 08:49:18 -0600 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2010-12-22 08:49:18 -0600 |
commit | bf767bf309459e7ea8801d823d4833ae480b2038 (patch) | |
tree | e1f13503a33754b3db0db01e5d46e007a4d3f5c4 /tests/system_tests/unsup-align | |
parent | f2814314a1245fa0da3cba248cbe59b7f7cd87a8 (diff) |
clean up names of feature functions, fix tagger, fix tests
Diffstat (limited to 'tests/system_tests/unsup-align')
-rw-r--r-- | tests/system_tests/unsup-align/cdec.ini | 2 | ||||
-rw-r--r-- | tests/system_tests/unsup-align/weights | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/tests/system_tests/unsup-align/cdec.ini b/tests/system_tests/unsup-align/cdec.ini index 885338a6..f591bcbe 100644 --- a/tests/system_tests/unsup-align/cdec.ini +++ b/tests/system_tests/unsup-align/cdec.ini @@ -3,4 +3,4 @@ grammar=unsup-align.lex-grammar intersection_strategy=full formalism=lextrans feature_function=RelativeSentencePosition -feature_function=MarkovJump -b +feature_function=NewJump diff --git a/tests/system_tests/unsup-align/weights b/tests/system_tests/unsup-align/weights index 7d9012c5..535ee67b 100644 --- a/tests/system_tests/unsup-align/weights +++ b/tests/system_tests/unsup-align/weights @@ -1,4 +1,9 @@ RelativeSentencePosition -0.1 +J:R1 0.2 +J:R2 0.1 +J:S0 0 +J:L1 -0.1 +J:L2 -0.2 MarkovJump -0.2 F1000001 0.45280036748928199 F1000002 -0.30603801277140658 |