- java.lang.Object
-
- org.apache.uima.analysis_component.AnalysisComponent_ImplBase
-
- org.apache.uima.analysis_component.Annotator_ImplBase
-
- org.apache.uima.analysis_component.JCasAnnotator_ImplBase
-
- org.apache.uima.fit.component.JCasAnnotator_ImplBase
-
- org.apache.uima.fit.examples.resource.ExternalResourceExample3.Annotator2
-
- All Implemented Interfaces:
- org.apache.uima.analysis_component.AnalysisComponent
- Enclosing class:
- ExternalResourceExample3
public static class ExternalResourceExample3.Annotator2
extends org.apache.uima.fit.component.JCasAnnotator_ImplBase
Example annotator that uses the resource. In the process() we only test if the model was
properly initialized by uimaFIT
-
-
Constructor Summary
Constructors
| Constructor and Description |
Annotator2() |
-
Method Summary
-
Methods inherited from class org.apache.uima.fit.component.JCasAnnotator_ImplBase
initialize
-
Methods inherited from class org.apache.uima.analysis_component.JCasAnnotator_ImplBase
getRequiredCasInterface, process
-
Methods inherited from class org.apache.uima.analysis_component.Annotator_ImplBase
getCasInstancesRequired, hasNext, next
-
Methods inherited from class org.apache.uima.analysis_component.AnalysisComponent_ImplBase
batchProcessComplete, collectionProcessComplete, destroy, getContext, getLogger, getResultSpecification, reconfigure, setResultSpecification
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
Annotator2
public Annotator2()
Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.