Uses of Class
org.apache.uima.analysis_component.AnalysisComponent_ImplBase
Packages that use 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_componentSubclasses of AnalysisComponent_ImplBase in org.apache.uima.analysis_componentModifier and TypeClassDescriptionclassBase class for all annotators.classBase class to be extended by Annotators that use theCASinterface.classBase class to be extended by CAS Multipliers that use theCASinterface.classBase class to be extended by Annotators that use theJCasinterface.classBase class to be extended by CAS Multipliers that use theCASinterface.
- 
Uses of AnalysisComponent_ImplBase in org.apache.uima.fit.componentSubclasses of AnalysisComponent_ImplBase in org.apache.uima.fit.componentModifier and TypeClassDescriptionclassBase class for CAS annotators which initializes itself based on annotations.classBase class for CAS consumers (actually aCasAnnotator_ImplBase) which initializes itself based on annotations.classDumps CAS content to a text file.classBase class for a CAS multiplier which initializes itself based on annotations.classBase class for JCas annotators which initializes itself based on annotations.classBase class for JCas consumers (actually aJCasAnnotator_ImplBase) which initializes itself based on annotations.classBase class for a JCas multiplier which initializes itself based on annotations.classNo-operation annotator.classThis 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 AnalysisComponent_ImplBase in org.apache.uima.fit.examples.experiment.posSubclasses of AnalysisComponent_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.class
- 
Uses of AnalysisComponent_ImplBase in org.apache.uima.fit.examples.getstartedSubclasses of AnalysisComponent_ImplBase in org.apache.uima.fit.examples.getstarted
- 
Uses of AnalysisComponent_ImplBase in org.apache.uima.fit.examples.resourceSubclasses of AnalysisComponent_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 AnalysisComponent_ImplBase in org.apache.uima.fit.examples.tutorial.ex1Subclasses of AnalysisComponent_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 AnalysisComponent_ImplBase in org.apache.uima.fit.examples.tutorial.ex2Subclasses of AnalysisComponent_ImplBase in org.apache.uima.fit.examples.tutorial.ex2Modifier and TypeClassDescriptionclassThis class demonstrates annotating member variables with the @ConfigurationParameter annotation.
- 
Uses of AnalysisComponent_ImplBase in org.apache.uima.fit.examples.tutorial.ex6Subclasses of AnalysisComponent_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.
- 
Uses of AnalysisComponent_ImplBase in org.apache.uima.it.pear_with_typesystemSubclasses of AnalysisComponent_ImplBase in org.apache.uima.it.pear_with_typesystemModifier and TypeClassDescriptionclassAnnotator for CAS test cases.classAnnotator for CAS test cases.classAnnotator for CAS test cases.class
- 
Uses of AnalysisComponent_ImplBase in org.apache.uima.tools.componentsSubclasses of AnalysisComponent_ImplBase in org.apache.uima.tools.componentsModifier and TypeClassDescriptionclassA multi-sofa annotator that does XML detagging.
- 
Uses of AnalysisComponent_ImplBase in org.apache.uima.uimacppSubclasses of AnalysisComponent_ImplBase in org.apache.uima.uimacpp