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 c5f91c9 commit 07f09d6Copy full SHA for 07f09d6
itest/src/edu/stanford/nlp/pipeline/AnnotationOutputterITest.java
@@ -31,7 +31,7 @@ public void testSimpleSentenceCoNLL() throws IOException {
31
"1\tThe\tthe\tDT\tO\t2\tdet\n" +
32
"2\tcat\tcat\tNN\tO\t4\tnsubj\n" +
33
"3\tis\tbe\tVBZ\tO\t4\tcop\n" +
34
- "4\tfat\tfat\tJJ\tO\t0\tROOT\n" +
+ "4\tfat\tfat\tNN\tO\t0\tROOT\n" +
35
"5\t.\t.\t.\tO\t4\tpunct\n" +
36
'\n' +
37
0 commit comments