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

Packages that use Annotator_ImplBase
org.apache.uima.analysis_component   
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. 
org.apache.uima.examples.tokenizer   
org.apache.uima.tutorial.ex1   
org.apache.uima.tutorial.ex3   
org.apache.uima.tutorial.ex4   
org.apache.uima.tutorial.ex6   
 

Uses of Annotator_ImplBase in org.apache.uima.analysis_component
 

Subclasses of Annotator_ImplBase in org.apache.uima.analysis_component
 class CasAnnotator_ImplBase
          Base class to be extended by Annotators that use the CAS interface.
 class JCasAnnotator_ImplBase
          Base class to be extended by Annotators that use the JCas interface.
 

Uses of Annotator_ImplBase in org.apache.uima.examples
 

Subclasses of Annotator_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 Annotator_ImplBase in org.apache.uima.examples.cas
 

Subclasses of Annotator_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.
 

Uses of Annotator_ImplBase in org.apache.uima.examples.tokenizer
 

Subclasses of Annotator_ImplBase in org.apache.uima.examples.tokenizer
 class SimpleTokenAndSentenceAnnotator
          An example annotator that annotates Tokens and Sentences.
 

Uses of Annotator_ImplBase in org.apache.uima.tutorial.ex1
 

Subclasses of Annotator_ImplBase in org.apache.uima.tutorial.ex1
 class RoomNumberAnnotator
          Example annotator that detects room numbers using Java 1.4 regular expressions.
 

Uses of Annotator_ImplBase in org.apache.uima.tutorial.ex3
 

Subclasses of Annotator_ImplBase in org.apache.uima.tutorial.ex3
 class TutorialDateTime
          Simple Date/Time annotator.
 

Uses of Annotator_ImplBase in org.apache.uima.tutorial.ex4
 

Subclasses of Annotator_ImplBase in org.apache.uima.tutorial.ex4
 class MeetingAnnotator
          Example annotator that detects meetings from the co-occurrence of a RoomNumber, a Date, and two Times (start and end), within a specified "window" size.
 

Uses of Annotator_ImplBase in org.apache.uima.tutorial.ex6
 

Subclasses of Annotator_ImplBase in org.apache.uima.tutorial.ex6
 class UimaAcronymAnnotator
          Annotates UIMA acronyms and provides their expanded forms.
 class UimaMeetingAnnotator
          Example annotator that iterates over Meeting annotations and annotates a meeting as a UimaMeeting if a UIMA acronym occurs in close proximity to that meeting.
 



Copyright © 2013. All Rights Reserved.