Uses of Interface
org.apache.uima.analysis_component.AnalysisComponent
Packages that use AnalysisComponent
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.Factories to create different kinds of UIMA resource specifiers.
- 
Uses of AnalysisComponent in org.apache.uima.analysis_componentClasses in org.apache.uima.analysis_component that implement AnalysisComponentModifier and TypeClassDescriptionclassImplementation base class for AnalysisComponents.classBase 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 in org.apache.uima.analysis_engine.implMethods in org.apache.uima.analysis_engine.impl that return AnalysisComponentModifier and TypeMethodDescriptionprotected AnalysisComponentUimacppAnalysisEngineImpl._getAnnotator()For a primitive AnalysisEngine only, gets the Annotator.protected AnalysisComponentPrimitiveAnalysisEngine_impl.getAnalysisComponent()Methods in org.apache.uima.analysis_engine.impl with parameters of type AnalysisComponentModifier and TypeMethodDescriptionprotected voidAnalysisEngineImplBase.callInitializeMethod(AnalysisComponent component, UimaContext context) protected voidAnalysisEngineImplBase.callProcessMethod(AnalysisComponent component, AbstractCas cas) 
- 
Uses of AnalysisComponent in org.apache.uima.analysis_engine.impl.compatibilityClasses in org.apache.uima.analysis_engine.impl.compatibility that implement AnalysisComponentModifier and TypeClassDescriptionclassAdapter that allows Annotators to implement the AnalysisComponent interface.classAdapter that allows CasConsumers to implement the AnalysisComponent interface.classAdapter that allows CollectionReaders to implement the AnalysisComponent interface.Methods in org.apache.uima.analysis_engine.impl.compatibility that return AnalysisComponentModifier and TypeMethodDescriptionstatic AnalysisComponentAnalysisComponentAdapterFactory.createAdapter(Object aAdaptee, AnalysisEngineMetaData aMetaData, Map<String, Object> aAdditionalParams) Creates an adapter that allows the given object to implement theAnalysisComponentinterface.
- 
Uses of AnalysisComponent in org.apache.uima.fit.componentClasses in org.apache.uima.fit.component that implement AnalysisComponentModifier 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 in org.apache.uima.fit.examples.experiment.posClasses in org.apache.uima.fit.examples.experiment.pos that implement AnalysisComponentModifier 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 in org.apache.uima.fit.examples.getstartedClasses in org.apache.uima.fit.examples.getstarted that implement AnalysisComponent
- 
Uses of AnalysisComponent in org.apache.uima.fit.examples.resourceClasses in org.apache.uima.fit.examples.resource that implement AnalysisComponentModifier 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 in org.apache.uima.fit.examples.tutorial.ex1Classes in org.apache.uima.fit.examples.tutorial.ex1 that implement AnalysisComponentModifier 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 in org.apache.uima.fit.examples.tutorial.ex2Classes in org.apache.uima.fit.examples.tutorial.ex2 that implement AnalysisComponentModifier and TypeClassDescriptionclassThis class demonstrates annotating member variables with the @ConfigurationParameter annotation.
- 
Uses of AnalysisComponent in org.apache.uima.fit.examples.tutorial.ex6Classes in org.apache.uima.fit.examples.tutorial.ex6 that implement AnalysisComponentModifier 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 in org.apache.uima.fit.factoryMethod parameters in org.apache.uima.fit.factory with type arguments of type AnalysisComponentModifier and TypeMethodDescriptionstatic AnalysisEngineAnalysisEngineFactory.createAggregate(List<Class<? extends AnalysisComponent>> componentClasses, TypeSystemDescription typeSystem, TypePriorities typePriorities, SofaMapping[] sofaMappings, Object... configurationData) Deprecated.static AnalysisEngineAnalysisEngineFactory.createAggregate(List<Class<? extends AnalysisComponent>> componentClasses, TypeSystemDescription typeSystem, TypePriorities typePriorities, SofaMapping[] sofaMappings, FlowControllerDescription flowControllerDescription, Object... configurationData) static AnalysisEngineDescriptionAnalysisEngineFactory.createAggregateDescription(List<Class<? extends AnalysisComponent>> componentClasses, TypeSystemDescription typeSystem, TypePriorities typePriorities, SofaMapping[] sofaMappings, Object... configurationData) static AnalysisEngineDescriptionAnalysisEngineFactory.createAggregateDescription(List<Class<? extends AnalysisComponent>> componentClasses, TypeSystemDescription typeSystem, TypePriorities typePriorities, SofaMapping[] sofaMappings, FlowControllerDescription flowControllerDescription, Object... configurationData) static AnalysisEngineAnalysisEngineFactory.createEngine(Class<? extends AnalysisComponent> componentClass, Object... configurationData) Create and configure a primitiveAnalysisEngine.static AnalysisEngineAnalysisEngineFactory.createEngine(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, Object... configurationData) Create and configure a primitiveAnalysisEngine.static AnalysisEngineAnalysisEngineFactory.createEngine(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, String[] typePriorities, Object... configurationData) Create and configure a primitiveAnalysisEngine.static AnalysisEngineAnalysisEngineFactory.createEngine(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, Object... configurationData) Create and configure a primitiveAnalysisEngine.static AnalysisEngineAnalysisEngineFactory.createEngine(List<Class<? extends AnalysisComponent>> componentClasses, TypeSystemDescription typeSystem, TypePriorities typePriorities, SofaMapping[] sofaMappings, Object... configurationData) Create and configure an aggregateAnalysisEnginefrom several component classes.static AnalysisEngineAnalysisEngineFactory.createEngine(List<Class<? extends AnalysisComponent>> componentClasses, TypeSystemDescription typeSystem, TypePriorities typePriorities, SofaMapping[] sofaMappings, FlowControllerDescription flowControllerDescription, Object... configurationData) Create and configure an aggregateAnalysisEnginefrom several component classes.static AnalysisEngineDescriptionAnalysisEngineFactory.createEngineDescription(Class<? extends AnalysisComponent> componentClass, Object... configurationData) Create and configure a primitiveAnalysisEngine.static AnalysisEngineDescriptionAnalysisEngineFactory.createEngineDescription(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, Object... configurationData) Create and configure a primitiveAnalysisEngine.static AnalysisEngineDescriptionAnalysisEngineFactory.createEngineDescription(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, Object... configurationData) Create and configure a primitiveAnalysisEngine.static AnalysisEngineDescriptionAnalysisEngineFactory.createEngineDescription(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, Object... configurationData) Create and configure a primitiveAnalysisEngine.static AnalysisEngineDescriptionAnalysisEngineFactory.createEngineDescription(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, ConfigurationParameter[] configurationParameters, Object[] configurationValues) Create and configure a primitiveAnalysisEngine.static AnalysisEngineDescriptionAnalysisEngineFactory.createEngineDescription(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, ConfigurationParameter[] configurationParameters, Object[] configurationValues, Map<String, ExternalResourceDescription> externalResources) Create and configure a primitiveAnalysisEngine.static AnalysisEngineDescriptionAnalysisEngineFactory.createEngineDescription(List<Class<? extends AnalysisComponent>> componentClasses, TypeSystemDescription typeSystem, TypePriorities typePriorities, SofaMapping[] sofaMappings, Object... configurationData) Create and configure an aggregateAnalysisEnginefrom several component classes.static AnalysisEngineDescriptionAnalysisEngineFactory.createEngineDescription(List<Class<? extends AnalysisComponent>> componentClasses, TypeSystemDescription typeSystem, TypePriorities typePriorities, SofaMapping[] sofaMappings, FlowControllerDescription flowControllerDescription, Object... configurationData) Create and configure an aggregateAnalysisEnginefrom several component classes.static AnalysisEngineAnalysisEngineFactory.createPrimitive(Class<? extends AnalysisComponent> componentClass, Object... configurationData) Deprecated.static AnalysisEngineAnalysisEngineFactory.createPrimitive(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, Object... configurationData) static AnalysisEngineAnalysisEngineFactory.createPrimitive(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, String[] typePriorities, Object... configurationData) static AnalysisEngineAnalysisEngineFactory.createPrimitive(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, Object... configurationData) static AnalysisEngineDescriptionAnalysisEngineFactory.createPrimitiveDescription(Class<? extends AnalysisComponent> componentClass, Object... configurationData) Deprecated.static AnalysisEngineDescriptionAnalysisEngineFactory.createPrimitiveDescription(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, Object... configurationData) static AnalysisEngineDescriptionAnalysisEngineFactory.createPrimitiveDescription(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, Object... configurationData) static AnalysisEngineDescriptionAnalysisEngineFactory.createPrimitiveDescription(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, Object... configurationData) static AnalysisEngineDescriptionAnalysisEngineFactory.createPrimitiveDescription(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, ConfigurationParameter[] configurationParameters, Object[] configurationValues) static AnalysisEngineDescriptionAnalysisEngineFactory.createPrimitiveDescription(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, ConfigurationParameter[] configurationParameters, Object[] configurationValues, Map<String, ExternalResourceDescription> externalResources) static SofaMappingSofaMappingFactory.createSofaMapping(Class<? extends AnalysisComponent> componentClass, String componentSofaName, String aggregateSofaName) Create a sofa mapping using the component class rather than the component name.
- 
Uses of AnalysisComponent in org.apache.uima.it.pear_with_typesystemClasses in org.apache.uima.it.pear_with_typesystem that implement AnalysisComponentModifier and TypeClassDescriptionclassAnnotator for CAS test cases.classAnnotator for CAS test cases.classAnnotator for CAS test cases.class
- 
Uses of AnalysisComponent in org.apache.uima.tools.componentsClasses in org.apache.uima.tools.components that implement AnalysisComponentModifier and TypeClassDescriptionclassA multi-sofa annotator that does XML detagging.
- 
Uses of AnalysisComponent in org.apache.uima.uimacppClasses in org.apache.uima.uimacpp that implement AnalysisComponent
AnalysisEngineFactory.createEngine(List, TypeSystemDescription, TypePriorities, SofaMapping[], Object...)