Skip to content

Commit 0c1ed1b

Browse files
committed
Fix unit test
1 parent a902b43 commit 0c1ed1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/edu/stanford/nlp/trees/EnglishGrammaticalStructureTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ public void testBasicRelations() {
285285
"aux(excluded-7, will-5)\n" +
286286
"auxpass(excluded-7, be-6)\n" + "root(ROOT-0, excluded-7)\n",
287287
"advmod(excluded-2, Also-1)\n" + "root(ROOT-0, excluded-2)\n" +
288-
"aux(be-4, will-3)\n" + // should really be aux(excluded-2, will-3) but impossible at present without reconstructing topicalized VP semantic head
288+
"aux(excluded-2, will-3)\n" +
289289
"auxpass(excluded-2, be-4)\n" +
290290
"nsubjpass(excluded-2, investments-5)\n" +
291291
"prep(investments-5, in-6)\n" +

0 commit comments

Comments
 (0)