Class DefaultDependencyAnnotator

    • Constructor Detail

      • DefaultDependencyAnnotator

        public DefaultDependencyAnnotator()
    • Method Detail

      • furtherRequires

        protected Set<AnnotatableType> furtherRequires()
        Description copied from class: SentenceLevelAnnotator
        The annotation types beyond sentence and token that are also required. By default will return an empty Set.
        Overrides:
        furtherRequires in class SentenceLevelAnnotator
        Returns:
        The annotations beyond sentence and token that are required for this annotator to perform annotation
      • getProvider

        public String getProvider​(Language language)
        Description copied from class: Annotator
        Gets the provider information for this annotator.. The provider information should relate to a version number, model used, or something else to identify the settings of the annotator.
        Overrides:
        getProvider in class Annotator
        Returns:
        the provider
      • satisfies

        public Set<AnnotatableType> satisfies()
        Description copied from class: Annotator
        The set of annotation types that this annotator satisfies by this annotator
        Specified by:
        satisfies in class Annotator
        Returns:
        the set of satisfied annotation types