Package org.apache.uima.fit.component
package org.apache.uima.fit.component
uimaFIT-enhanced base classes for UIMA components and some simple components.
-
ClassDescriptionBase class for CAS annotators which initializes itself based on annotations.Base class for CAS collection readers which initializes itself based on annotations.Base class for CAS consumers (actually a
CasAnnotator_ImplBase
) which initializes itself based on annotations.Dumps CAS content to a text file.Base class for a CAS multiplier which initializes itself based on annotations.Allows an external resource to use theExternalResource
annotation on member variables to gain access to other external resources.Base class for JCas annotators which initializes itself based on annotations.Base class for JCas collection readers which initializes itself based on annotations.Base class for JCas consumers (actually aJCasAnnotator_ImplBase
) which initializes itself based on annotations.Base class for a JCas multiplier which initializes itself based on annotations.No-operation annotator.Base class for external resources which initializes itself based on annotations.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.This annotator will copy the text of one view to another view.