Skip to content

Commit 07f09d6

Browse files
committed
update to new model results
1 parent c5f91c9 commit 07f09d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

itest/src/edu/stanford/nlp/pipeline/AnnotationOutputterITest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public void testSimpleSentenceCoNLL() throws IOException {
3131
"1\tThe\tthe\tDT\tO\t2\tdet\n" +
3232
"2\tcat\tcat\tNN\tO\t4\tnsubj\n" +
3333
"3\tis\tbe\tVBZ\tO\t4\tcop\n" +
34-
"4\tfat\tfat\tJJ\tO\t0\tROOT\n" +
34+
"4\tfat\tfat\tNN\tO\t0\tROOT\n" +
3535
"5\t.\t.\t.\tO\t4\tpunct\n" +
3636
'\n' +
3737
"1\tThe\tthe\tDT\tO\t2\tdet\n" +

0 commit comments

Comments
 (0)