Class UimaAcronymAnnotator

java.lang.Object
org.apache.uima.analysis_component.AnalysisComponent_ImplBase
org.apache.uima.analysis_component.Annotator_ImplBase
org.apache.uima.analysis_component.JCasAnnotator_ImplBase
org.apache.uima.fit.component.JCasAnnotator_ImplBase
org.apache.uima.fit.examples.tutorial.ex6.UimaAcronymAnnotator
All Implemented Interfaces:
org.apache.uima.analysis_component.AnalysisComponent

public class UimaAcronymAnnotator extends org.apache.uima.fit.component.JCasAnnotator_ImplBase
Annotates UIMA acronyms and provides their expanded forms. When combined in an aggregate TAE with the UimaMeetingAnnotator, demonstrates the use of the ResourceManager to share data between annotators.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
     
    void
    process(org.apache.uima.jcas.JCas aJCas)
     

    Methods inherited from class org.apache.uima.fit.component.JCasAnnotator_ImplBase

    initialize

    Methods inherited from class org.apache.uima.analysis_component.JCasAnnotator_ImplBase

    getRequiredCasInterface, process

    Methods inherited from class org.apache.uima.analysis_component.Annotator_ImplBase

    getCasInstancesRequired, hasNext, next

    Methods inherited from class org.apache.uima.analysis_component.AnalysisComponent_ImplBase

    batchProcessComplete, collectionProcessComplete, destroy, getContext, getLogger, getResultSpecification, reconfigure, setResultSpecification

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UimaAcronymAnnotator

      public UimaAcronymAnnotator()
  • Method Details

    • process

      public void process(org.apache.uima.jcas.JCas aJCas)
      Specified by:
      process in class org.apache.uima.analysis_component.JCasAnnotator_ImplBase
    • main

      public static void main(String[] args) throws Exception
      Throws:
      Exception