diff options
-rw-r--r-- | tests/system_tests/tagger/pos.grammar | 8 | ||||
-rw-r--r-- | tests/system_tests/tagger/weights | 29 |
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 |