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

Packages that use AnalysisComponent_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.casMultiplier   
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   
org.apache.uima.uimacpp   
 

Uses of AnalysisComponent_ImplBase in org.apache.uima.analysis_component
 

Subclasses of AnalysisComponent_ImplBase in org.apache.uima.analysis_component
 class Annotator_ImplBase
          Base class for all annotators.
 class CasAnnotator_ImplBase
          Base class to be extended by Annotators that use the CAS interface.
 class CasMultiplier_ImplBase
          Base class to be extended by CAS Multipliers that use the CAS interface.
 class JCasAnnotator_ImplBase
          Base class to be extended by Annotators that use the JCas interface.
 class JCasMultiplier_ImplBase
          Base class to be extended by CAS Multipliers that use the CAS interface.
 

Uses of AnalysisComponent_ImplBase in org.apache.uima.examples
 

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

Subclasses of AnalysisComponent_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 AnalysisComponent_ImplBase in org.apache.uima.examples.casMultiplier
 

Subclasses of AnalysisComponent_ImplBase in org.apache.uima.examples.casMultiplier
 class SimpleTextMerger
          An example CasMultiplier, which merges text documents into larger ones.
 class SimpleTextSegmenter
          An example CasMultiplier, which breaks large text documents into smaller segments.
 

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

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

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

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

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

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

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

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

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

Uses of AnalysisComponent_ImplBase in org.apache.uima.uimacpp
 

Subclasses of AnalysisComponent_ImplBase in org.apache.uima.uimacpp
 class UimacppAnalysisComponent
           
 



Copyright © 2013. All Rights Reserved.