From 86805dcb8aaaa716fdc73725ad41e411be53f6a6 Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Wed, 22 Dec 2010 08:49:18 -0600 Subject: clean up names of feature functions, fix tagger, fix tests --- tests/system_tests/controlled_synparse/gold.statistics | 6 ------ tests/system_tests/controlled_synparse/input.txt | 4 ++-- 2 files changed, 2 insertions(+), 8 deletions(-) (limited to 'tests/system_tests/controlled_synparse') diff --git a/tests/system_tests/controlled_synparse/gold.statistics b/tests/system_tests/controlled_synparse/gold.statistics index 0b8453f8..4cd93617 100644 --- a/tests/system_tests/controlled_synparse/gold.statistics +++ b/tests/system_tests/controlled_synparse/gold.statistics @@ -1,12 +1,6 @@ -lm_nodes 11 -lm_edges 18 -lm_paths 18 -constr_nodes 8 -constr_edges 8 -constr_paths 1 -lm_nodes 11 -lm_edges 18 -lm_paths 18 -constr_nodes 12 -constr_edges 14 -constr_paths 3 diff --git a/tests/system_tests/controlled_synparse/input.txt b/tests/system_tests/controlled_synparse/input.txt index 2dbc09c8..4b2b2589 100644 --- a/tests/system_tests/controlled_synparse/input.txt +++ b/tests/system_tests/controlled_synparse/input.txt @@ -1,2 +1,2 @@ -A B C D ||| a d c b -A B C D ||| a b c d +A B C D +A B C D -- cgit v1.2.3