Uses of Class
org.apache.uima.analysis_component.CasAnnotator_ImplBase

Packages that use CasAnnotator_ImplBase
org.apache.uima.examples Examples illustrating how to use the UIMA Framework. 
org.apache.uima.examples.cas Examples of Annotators that use the CAS Interface directly, not the JCAS. 
 

Uses of CasAnnotator_ImplBase in org.apache.uima.examples
 

Subclasses of CasAnnotator_ImplBase in org.apache.uima.examples
 class SofaExampleAnnotator
          A simple multiple subject of analysis (multi-Sofa) example annotator Expects an English text Sofa as input Creates a German text Sofa as output This annotator has no configuration parameters, and requires no initialization method
 class XmlDetagger
          A multi-sofa annotator that does XML detagging.
 

Uses of CasAnnotator_ImplBase in org.apache.uima.examples.cas
 

Subclasses of CasAnnotator_ImplBase in org.apache.uima.examples.cas
 class PersonTitleAnnotator
          An example annotator that discovers Person Titles in text and classifies them into three categories - Civilian (e.g.
 class RegExAnnotator
          Annotator that find substrings of the input document that match regular expressions.
 



Copyright © 2011. All Rights Reserved.