Skip to content

Commit 44fa4d9

Browse files
committed
doesn't actually set DocID
1 parent 8413fa1 commit 44fa4d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/edu/stanford/nlp/pipeline/StatTokSentAnnotator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ public Set<Class<? extends CoreAnnotation>> requirementsSatisfied() {
158158
CoreAnnotations.ValueAnnotation.class,
159159
CoreAnnotations.SentenceIndexAnnotation.class,
160160
CoreAnnotations.SentencesAnnotation.class,
161-
CoreAnnotations.DocIDAnnotation.class,
162161
CoreAnnotations.IsNewlineAnnotation.class
163162
));
164163
}

0 commit comments

Comments
 (0)