Class POS

  • All Implemented Interfaces:
    io.annot8.api.components.Annot8ComponentDescriptor<POS.Processor,​POS.Settings>, io.annot8.api.components.ProcessorDescriptor<POS.Processor,​POS.Settings>

    @ComponentName("OpenNLP Part of Speech")
    @ComponentDescription("Annotate parts of speech identified by OpenNLP\'s POS detector")
    @SettingsClass(Settings.class)
    @ComponentTags({"opennlp","pos"})
    public class POS
    extends io.annot8.common.components.AbstractProcessorDescriptor<POS.Processor,​POS.Settings>
    • Constructor Detail

      • POS

        public POS()
    • Method Detail

      • createComponent

        protected POS.Processor createComponent​(io.annot8.api.context.Context context,
                                                POS.Settings settings)
        Specified by:
        createComponent in class io.annot8.common.components.AbstractComponentDescriptor<POS.Processor,​POS.Settings>
      • capabilities

        public io.annot8.api.capabilities.Capabilities capabilities()