Uses of Class
org.apache.uima.fit.component.JCasAnnotator_ImplBase
Packages that use JCasAnnotator_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 JCasAnnotator_ImplBase in org.apache.uima.fit.component
Subclasses of JCasAnnotator_ImplBase in org.apache.uima.fit.componentModifier and TypeClassDescriptionclass
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 JCasAnnotator_ImplBase in org.apache.uima.fit.examples.experiment.pos
Subclasses of JCasAnnotator_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. -
Uses of JCasAnnotator_ImplBase in org.apache.uima.fit.examples.getstarted
Subclasses of JCasAnnotator_ImplBase in org.apache.uima.fit.examples.getstarted -
Uses of JCasAnnotator_ImplBase in org.apache.uima.fit.examples.resource
Subclasses of JCasAnnotator_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 JCasAnnotator_ImplBase in org.apache.uima.fit.examples.tutorial.ex1
Subclasses of JCasAnnotator_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 JCasAnnotator_ImplBase in org.apache.uima.fit.examples.tutorial.ex2
Subclasses of JCasAnnotator_ImplBase in org.apache.uima.fit.examples.tutorial.ex2Modifier and TypeClassDescriptionclass
This class demonstrates annotating member variables with the @ConfigurationParameter annotation. -
Uses of JCasAnnotator_ImplBase in org.apache.uima.fit.examples.tutorial.ex6
Subclasses of JCasAnnotator_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.