Interface TextAnalysisEngine
- All Superinterfaces:
AnalysisEngine, CasObjectProcessor, CasProcessor, ConfigurableResource, Resource
- All Known Implementing Classes:
AggregateAnalysisEngine_impl, AnalysisEngineImplBase, AnalysisEngineProcessorAdapter, AnalysisEngineServiceAdapter, ASB_impl.DummyAnalysisEngine, CasProcessorAnnotator, JCasProcessorAnnotator, MultiprocessingAnalysisEngine_impl, PearAnalysisEngineWrapper, PrimitiveAnalysisEngine_impl, UimacppAnalysisEngineImpl, VinciAnalysisEngineServiceAdapter
Deprecated.
A Text Analysis Engine (TAE) is a type of Analysis Engine specialized for processing Text
documents.
-
Field Summary
Fields inherited from interface AnalysisEngine
MDC_ANNOTATOR_CONTEXT_NAME, MDC_ANNOTATOR_IMPL_NAME, MDC_CAS_ID, MDC_ROOT_CONTEXT_ID, PARAM_CONFIG_PARAM_SETTINGS, PARAM_MBEAN_NAME_PREFIX, PARAM_MBEAN_SERVER, PARAM_NUM_SIMULTANEOUS_REQUESTS, PARAM_RESOURCE_MANAGER, PARAM_THROTTLE_EXCESSIVE_ANNOTATOR_LOGGING, PARAM_TIMEOUT_PERIODFields inherited from interface Resource
PARAM_AGGREGATE_SOFA_MAPPINGS, PARAM_CONFIG_MANAGER, PARAM_EXTERNAL_OVERRIDE_SETTINGS, PARAM_PERFORMANCE_TUNING_SETTINGS, PARAM_UIMA_CONTEXT -
Method Summary
Methods inherited from interface AnalysisEngine
batchProcessComplete, collectionProcessComplete, createResultSpecification, createResultSpecification, getAnalysisEngineMetaData, getFeatureNamesForType, getLogger, getManagementInterface, getPerformanceTuningSettings, getResourceManager, initialize, newCAS, newJCas, process, process, process, process, process, process, process, processAndOutputNewCASes, processAndOutputNewCASes, reconfigure, setLogger, setResultSpecificationMethods inherited from interface CasObjectProcessor
processCas, processCas, typeSystemInitMethods inherited from interface CasProcessor
batchProcessComplete, collectionProcessComplete, getProcessingResourceMetaData, isReadOnly, isStatelessMethods inherited from interface ConfigurableResource
getConfigParameterValue, getConfigParameterValue, setConfigParameterValue, setConfigParameterValueMethods inherited from interface Resource
destroy, getMetaData, getUimaContext, getUimaContextAdmin
AnalysisEngineshould be used instead. This interface no longer defines any additional methods beyond those in AnalysisEngine.