Class JTextAnnotator_ImplBase
java.lang.Object
org.apache.uima.analysis_engine.annotator.Annotator_ImplBase
org.apache.uima.analysis_engine.annotator.JTextAnnotator_ImplBase
- All Implemented Interfaces:
BaseAnnotator, JTextAnnotator
@Deprecated
public abstract class JTextAnnotator_ImplBase
extends Annotator_ImplBase
implements JTextAnnotator
Deprecated.
As of release 2.3.0, use JCasAnnotator_ImplBase instead
Base class for JCAS annotators in UIMA SDK v1.x. As of v2.0, JCAS annotators should extend
JCasAnnotator_ImplBase.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Annotator_ImplBase
destroy, finalize, getContext, getTypeSystem, initialize, reconfigure, typeSystemInitMethods inherited from class Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BaseAnnotator
destroy, initialize, reconfigure, typeSystemInitMethods inherited from interface JTextAnnotator
process
-
Constructor Details
-
JTextAnnotator_ImplBase
public JTextAnnotator_ImplBase()Deprecated.
-