From e54dc0ba739fff165486bb80f3993d35013ea18a Mon Sep 17 00:00:00 2001 From: redpony Date: Mon, 13 Sep 2010 16:11:29 +0000 Subject: fixes for training git-svn-id: https://ws10smt.googlecode.com/svn/trunk@645 ec762483-ff6d-05da-a07a-a48fb63a330f --- tests/system_tests/tagger/pos.grammar | 8 ++++---- tests/system_tests/tagger/weights | 29 +++++++++++++++++++++++++++-- 2 files changed, 31 insertions(+), 6 deletions(-) (limited to 'tests') diff --git a/tests/system_tests/tagger/pos.grammar b/tests/system_tests/tagger/pos.grammar index 3415854b..b81796d3 100644 --- a/tests/system_tests/tagger/pos.grammar +++ b/tests/system_tests/tagger/pos.grammar @@ -1,4 +1,4 @@ -[X] ||| A B C ||| a b c -[X] ||| A ||| a -[X] ||| A ||| b -[X] ||| B C ||| b c \ No newline at end of file +A B C ||| a b c +A ||| a +A ||| b +B C ||| b c diff --git a/tests/system_tests/tagger/weights b/tests/system_tests/tagger/weights index ec8358f3..5a035c26 100644 --- a/tests/system_tests/tagger/weights +++ b/tests/system_tests/tagger/weights @@ -1,2 +1,27 @@ -Tagger_BigramIdentity 1 -LexicalPairIdentity 1 \ No newline at end of file +Uni:a 0 +Id:A:a 0 +Uni:b 0 +Id:A:b 0 +Uni:c 0 +Id:A:c 0 +Id:B:a 0 +Id:B:b 0 +Id:B:c 0 +Bi:BOS_a 0 +Bi:a_a 0 +Bi:BOS_b 0 +Bi:b_a 0 +Bi:BOS_c 0 +Bi:c_a 0 +Bi:a_b 0 +Bi:b_b 0 +Bi:c_b 0 +Bi:a_c 0 +Bi:b_c 0 +Bi:c_c 0 +Id:C:a 0 +Id:C:b 0 +Id:C:c 0 +Bi:a_EOS 0 +Bi:b_EOS 0 +Bi:c_EOS 0 -- cgit v1.2.3