Skip to content

Commit aef5e36

Browse files
committed
Not sure how this didn't blow up in the past 10 years... perhaps tsurgeon is more restrictive about not having the labels in the query now
1 parent 2513676 commit aef5e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/edu/stanford/nlp/trees/treebank/EnglishPTBTreebankCorrector.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ private static BufferedReader getBufferedReader(String source) {
426426
'\n') +
427427

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

0 commit comments

Comments
 (0)