We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2513676 commit aef5e36Copy full SHA for aef5e36
src/edu/stanford/nlp/trees/treebank/EnglishPTBTreebankCorrector.java
@@ -426,7 +426,7 @@ private static BufferedReader getBufferedReader(String source) {
426
'\n') +
427
428
// these ones are also VBD in practice (though in principle ambiguous)
429
- ("@S < (@VP < (VB < let|cut|bid| )) < (/^NP-SBJ/ !< /^-NONE-$/) > (__ !> __)\n" +
+ ("@S < (@VP < (VB=bad < let|cut|bid| )) < (/^NP-SBJ/ !< /^-NONE-$/) > (__ !> __)\n" +
430
"relabel bad VBD\n" +
431
432
0 commit comments