Uses of Class
org.apache.uima.analysis_component.AnalysisComponent_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 AnalysisComponent_ImplBase in org.apache.uima.analysis_component
Modifier and TypeClassDescriptionclass
Base class for all annotators.class
Base class to be extended by Annotators that use theCAS
interface.class
Base class to be extended by CAS Multipliers that use theCAS
interface.class
Base class to be extended by Annotators that use theJCas
interface.class
Base class to be extended by CAS Multipliers that use theCAS
interface. -
Uses of AnalysisComponent_ImplBase in org.apache.uima.fit.component
Modifier 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 a CAS multiplier which initializes itself based on annotations.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
Base class for a JCas multiplier 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 AnalysisComponent_ImplBase in org.apache.uima.fit.examples.experiment.pos
Modifier 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 AnalysisComponent_ImplBase in org.apache.uima.fit.examples.getstarted
-
Uses of AnalysisComponent_ImplBase in org.apache.uima.fit.examples.resource
Modifier 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 AnalysisComponent_ImplBase in org.apache.uima.fit.examples.tutorial.ex1
Modifier 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 AnalysisComponent_ImplBase in org.apache.uima.fit.examples.tutorial.ex2
Modifier and TypeClassDescriptionclass
This class demonstrates annotating member variables with the @ConfigurationParameter annotation. -
Uses of AnalysisComponent_ImplBase in org.apache.uima.fit.examples.tutorial.ex6
Modifier 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 AnalysisComponent_ImplBase in org.apache.uima.it.pear_with_typesystem
Modifier and TypeClassDescriptionclass
Annotator for CAS test cases.class
Annotator for CAS test cases.class
Annotator for CAS test cases.class
-
Uses of AnalysisComponent_ImplBase in org.apache.uima.tools.components
Modifier and TypeClassDescriptionclass
A multi-sofa annotator that does XML detagging. -
Uses of AnalysisComponent_ImplBase in org.apache.uima.uimacpp