Class LinnaeusSpeciesAnnotator

  • All Implemented Interfaces:
    org.apache.uima.analysis_component.AnalysisComponent

    public class LinnaeusSpeciesAnnotator
    extends org.apache.uima.analysis_component.JCasAnnotator_ImplBase
    Uses the Linnaeus software (http://linnaeus.sourceforge.net/) to detect species mentions and map them to NCBI taxonomy IDs.
    Author:
    faessler
    • Constructor Detail

      • LinnaeusSpeciesAnnotator

        public LinnaeusSpeciesAnnotator()
    • Method Detail

      • initialize

        public void initialize​(org.apache.uima.UimaContext aContext)
                        throws org.apache.uima.resource.ResourceInitializationException
        Specified by:
        initialize in interface org.apache.uima.analysis_component.AnalysisComponent
        Overrides:
        initialize in class org.apache.uima.analysis_component.AnalysisComponent_ImplBase
        Throws:
        org.apache.uima.resource.ResourceInitializationException
      • process

        public void process​(org.apache.uima.jcas.JCas cas)
                     throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
        Specified by:
        process in class org.apache.uima.analysis_component.JCasAnnotator_ImplBase
        Throws:
        org.apache.uima.analysis_engine.AnalysisEngineProcessException
      • collectionProcessComplete

        public void collectionProcessComplete()
                                       throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
        Specified by:
        collectionProcessComplete in interface org.apache.uima.analysis_component.AnalysisComponent
        Overrides:
        collectionProcessComplete in class org.apache.uima.analysis_component.AnalysisComponent_ImplBase
        Throws:
        org.apache.uima.analysis_engine.AnalysisEngineProcessException