From 4d47dbd7da0434de67ac619392d516c678e1f2ca Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Thu, 18 Feb 2010 17:06:59 -0500 Subject: add generative word alignment model and primitive EM trainer. Model 1 and HMM are supported, without NULL source words --- tests/system_tests/hmm/cdec.ini | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/system_tests/hmm/cdec.ini (limited to 'tests/system_tests/hmm/cdec.ini') diff --git a/tests/system_tests/hmm/cdec.ini b/tests/system_tests/hmm/cdec.ini new file mode 100644 index 00000000..04ef0d6e --- /dev/null +++ b/tests/system_tests/hmm/cdec.ini @@ -0,0 +1,4 @@ +aligner=true +intersection_strategy=full +formalism=lexalign +feature_function=MarkovJump +b -- cgit v1.2.3