File tree 1 file changed +1
-1
lines changed
src/edu/stanford/nlp/pipeline 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -657,7 +657,6 @@ else if (acceptableTriple && triple.confidence > relationStringsToTriples.get(tr
657
657
@ Override
658
658
public Set <Class <? extends CoreAnnotation >> requirementsSatisfied () {
659
659
Set <Class <? extends CoreAnnotation >> requirements = new HashSet <>(Arrays .asList (
660
- CoreAnnotations .MentionsAnnotation .class ,
661
660
CoreAnnotations .KBPTriplesAnnotation .class
662
661
));
663
662
return Collections .unmodifiableSet (requirements );
@@ -677,6 +676,7 @@ public Set<Class<? extends CoreAnnotation>> requires() {
677
676
SemanticGraphCoreAnnotations .BasicDependenciesAnnotation .class ,
678
677
SemanticGraphCoreAnnotations .CollapsedDependenciesAnnotation .class ,
679
678
SemanticGraphCoreAnnotations .CollapsedCCProcessedDependenciesAnnotation .class ,
679
+ CoreAnnotations .MentionsAnnotation .class ,
680
680
CoreAnnotations .OriginalTextAnnotation .class
681
681
));
682
682
return Collections .unmodifiableSet (requirements );
You can’t perform that action at this time.
0 commit comments