Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
AngledLuffa committed Jun 5, 2024
1 parent a902b43 commit 0c1ed1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ public void testBasicRelations() {
"aux(excluded-7, will-5)\n" +
"auxpass(excluded-7, be-6)\n" + "root(ROOT-0, excluded-7)\n",
"advmod(excluded-2, Also-1)\n" + "root(ROOT-0, excluded-2)\n" +
"aux(be-4, will-3)\n" + // should really be aux(excluded-2, will-3) but impossible at present without reconstructing topicalized VP semantic head
"aux(excluded-2, will-3)\n" +
"auxpass(excluded-2, be-4)\n" +
"nsubjpass(excluded-2, investments-5)\n" +
"prep(investments-5, in-6)\n" +
Expand Down

0 comments on commit 0c1ed1b

Please sign in to comment.