summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorredpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-09-13 16:11:29 +0000
committerredpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-09-13 16:11:29 +0000
commite54dc0ba739fff165486bb80f3993d35013ea18a (patch)
treec109aa7b6f2a051073ad6f41cc41b13f1f5d8134 /tests
parentaade3dd1721837b2fadf33bcb2c0a8a59529d685 (diff)
fixes for training
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@645 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'tests')
-rw-r--r--tests/system_tests/tagger/pos.grammar8
-rw-r--r--tests/system_tests/tagger/weights29
2 files changed, 31 insertions, 6 deletions
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