Skip to content

Commit

Permalink
Not sure how this didn't blow up in the past 10 years... perhaps tsur…
Browse files Browse the repository at this point in the history
…geon is more restrictive about not having the labels in the query now
  • Loading branch information
AngledLuffa committed Mar 20, 2024
1 parent 2513676 commit aef5e36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ private static BufferedReader getBufferedReader(String source) {
'\n') +

// these ones are also VBD in practice (though in principle ambiguous)
("@S < (@VP < (VB < let|cut|bid| )) < (/^NP-SBJ/ !< /^-NONE-$/) > (__ !> __)\n" +
("@S < (@VP < (VB=bad < let|cut|bid| )) < (/^NP-SBJ/ !< /^-NONE-$/) > (__ !> __)\n" +
"relabel bad VBD\n" +
'\n') +

Expand Down

0 comments on commit aef5e36

Please sign in to comment.