Uses of Class
org.apache.uima.analysis_component.Annotator_ImplBase
Packages that use Annotator_ImplBase
Package
Description
uimaFIT-enhanced base classes for UIMA components and some simple components.
Example for an UIMA-based experiment running an analysis and evaluating the results.
Example for a simple analysis engine and pipeline.
Examples for using the
ExternalResource
annotation.Example for using the
TypeCapability
annotation.Example for using the
ConfigurationParameter
annotation.Example for using the
ExternalResource
annotation.-
Uses of Annotator_ImplBase in org.apache.uima.analysis_component
Subclasses of Annotator_ImplBase in org.apache.uima.analysis_component -
Uses of Annotator_ImplBase in org.apache.uima.fit.component
Subclasses of Annotator_ImplBase in org.apache.uima.fit.componentModifier and TypeClassDescriptionclass
Base class for CAS annotators which initializes itself based on annotations.class
Base class for CAS consumers (actually aCasAnnotator_ImplBase
) which initializes itself based on annotations.class
Dumps CAS content to a text file.class
Base class for JCas annotators which initializes itself based on annotations.class
Base class for JCas consumers (actually aJCasAnnotator_ImplBase
) which initializes itself based on annotations.class
No-operation annotator.class
This annotator can be placed at/near the beginning of a pipeline to ensure that a particular view is created before it is used further downstream.class
This annotator will copy the text of one view to another view. -
Uses of Annotator_ImplBase in org.apache.uima.fit.examples.experiment.pos
Subclasses of Annotator_ImplBase in org.apache.uima.fit.examples.experiment.posModifier and TypeClassDescriptionclass
This "baseline" part-of-speech tagger isn't very sophisticated!class
This AE evaluates the system part-of-speech tags against the gold part-of-speech tags.class
This AE assumes that their is part-of-speech tagged text in the default view with the format "word/tag word/tag...".class
This simple AE copies tokens and sentences from one view to another.class
-
Uses of Annotator_ImplBase in org.apache.uima.fit.examples.getstarted
Subclasses of Annotator_ImplBase in org.apache.uima.fit.examples.getstarted -
Uses of Annotator_ImplBase in org.apache.uima.fit.examples.resource
Subclasses of Annotator_ImplBase in org.apache.uima.fit.examples.resourceModifier and TypeClassDescriptionstatic class
Example annotator that uses the share model object.static class
Example annotator that uses the share model object.static class
Example annotator that uses the resource. -
Uses of Annotator_ImplBase in org.apache.uima.fit.examples.tutorial.ex1
Subclasses of Annotator_ImplBase in org.apache.uima.fit.examples.tutorial.ex1Modifier and TypeClassDescriptionclass
Here, the type capabilities are annotated using the @TypeCapability annotation which are used by the AnalysisEngineFactory to specify this information in the descriptors returned by, e.g. -
Uses of Annotator_ImplBase in org.apache.uima.fit.examples.tutorial.ex2
Subclasses of Annotator_ImplBase in org.apache.uima.fit.examples.tutorial.ex2Modifier and TypeClassDescriptionclass
This class demonstrates annotating member variables with the @ConfigurationParameter annotation. -
Uses of Annotator_ImplBase in org.apache.uima.fit.examples.tutorial.ex6
Subclasses of Annotator_ImplBase in org.apache.uima.fit.examples.tutorial.ex6Modifier and TypeClassDescriptionclass
Annotates UIMA acronyms and provides their expanded forms.class
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 Annotator_ImplBase in org.apache.uima.it.pear_with_typesystem
Subclasses of Annotator_ImplBase in org.apache.uima.it.pear_with_typesystemModifier and TypeClassDescriptionclass
Annotator for CAS test cases.class
Annotator for CAS test cases.class
Annotator for CAS test cases.class
-
Uses of Annotator_ImplBase in org.apache.uima.tools.components
Subclasses of Annotator_ImplBase in org.apache.uima.tools.componentsModifier and TypeClassDescriptionclass
A multi-sofa annotator that does XML detagging.