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 TypeClassDescriptionclassThis 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.classThis 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 TypeClassDescriptionclassThis "baseline" part-of-speech tagger isn't very sophisticated!classThis AE evaluates the system part-of-speech tags against the gold part-of-speech tags.classThis AE assumes that their is part-of-speech tagged text in the default view with the format "word/tag word/tag...".classThis 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 classExample annotator that uses the share model object.static classExample annotator that uses the share model object.static classExample 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 TypeClassDescriptionclassHere, 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 TypeClassDescriptionclassThis 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 TypeClassDescriptionclassAnnotates UIMA acronyms and provides their expanded forms.classExample annotator that iterates over Meeting annotations and annotates a meeting as a UimaMeeting if a UIMA acronym occurs in close proximity to that meeting.