Class AcronymAnnotator

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

    public class AcronymAnnotator
    extends org.apache.uima.analysis_component.JCasAnnotator_ImplBase
    Finds fullforms for acronyms using the Schwartz/Hearst algorithm if no fullform was found, then the acronym can be looked in an -->AcronymList
    Author:
    tusche, wermter, tomanek
    • Constructor Detail

      • AcronymAnnotator

        public AcronymAnnotator()
    • 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 aJCas)
        Specified by:
        process in class org.apache.uima.analysis_component.JCasAnnotator_ImplBase