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 8413fa1 commit 44fa4d9Copy full SHA for 44fa4d9
src/edu/stanford/nlp/pipeline/StatTokSentAnnotator.java
@@ -158,7 +158,6 @@ public Set<Class<? extends CoreAnnotation>> requirementsSatisfied() {
158
CoreAnnotations.ValueAnnotation.class,
159
CoreAnnotations.SentenceIndexAnnotation.class,
160
CoreAnnotations.SentencesAnnotation.class,
161
- CoreAnnotations.DocIDAnnotation.class,
162
CoreAnnotations.IsNewlineAnnotation.class
163
));
164
}
0 commit comments