Uses of Interface
org.apache.uima.analysis_engine.annotator.BaseAnnotator

Packages that use BaseAnnotator
org.apache.uima.analysis_engine.annotator The Annotator Interfaces, along with supporting interfaces and exception classes. 
 

Uses of BaseAnnotator in org.apache.uima.analysis_engine.annotator
 

Subinterfaces of BaseAnnotator in org.apache.uima.analysis_engine.annotator
 interface GenericAnnotator
          Interface implemented for multiple-sofa annotators in UIMA SDK v1.x As of v2.0, annotators should extend CasAnnotator_ImplBase or JCasAnnotator_ImplBase.
 interface JTextAnnotator
          Interface for JCAS annotators in UIMA SDK v1.x.
 interface TextAnnotator
          Base class for text annotators in UIMA SDK v1.x.
 

Classes in org.apache.uima.analysis_engine.annotator that implement BaseAnnotator
 class Annotator_ImplBase
          Base class for annotators in UIMA SDK v1.x.
 class GenericAnnotator_ImplBase
          Base interface for annotators in UIMA SDK v1.x.
 class JTextAnnotator_ImplBase
          Base class for JCAS annotators in UIMA SDK v1.x.
 



Copyright © 2007 The Apache Software Foundation. All Rights Reserved.