Skip to content

Commit c5f91c9

Browse files
committed
update test
1 parent aef1f53 commit c5f91c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

itest/src/edu/stanford/nlp/parser/shiftreduce/ShiftReduceParserITest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public void testBasicConstraint() {
6969
pq.setConstraints(constraints);
7070
assertTrue(pq.parse(sentence));
7171
result = pq.getBestParse();
72-
assertEquals("(ROOT (S (NP (PRP It)) (VP (VBD was) (ADJP (NP (NP (NNP Carolina) (NNPS Reapers))))) (. .)))", result.toString());
72+
assertEquals("(ROOT (S (NP (PRP It)) (VP (VBD was) (ADJP (NML (NP (NNP Carolina) (NNPS Reapers))))) (. .)))", result.toString());
7373

7474
constraint = new ParserConstraint(1, 3, "VP");
7575
constraints = Collections.singletonList(constraint);

0 commit comments

Comments
 (0)