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

Packages that use JCasAnnotator_ImplBase
org.apache.uima.examples.tokenizer   
org.apache.uima.tutorial.ex2   
org.apache.uima.tutorial.ex3   
org.apache.uima.tutorial.ex4   
org.apache.uima.tutorial.ex6   
 

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

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

Uses of JCasAnnotator_ImplBase in org.apache.uima.tutorial.ex2
 

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

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

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

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

Subclasses of JCasAnnotator_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 JCasAnnotator_ImplBase in org.apache.uima.tutorial.ex6
 

Subclasses of JCasAnnotator_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 © 2012. All Rights Reserved.