Package | Description |
---|---|
org.apache.uima.adapter.vinci | |
org.apache.uima.analysis_engine |
The Analysis Engine interface, along with supporting
interfaces and exception classes.
|
org.apache.uima.analysis_engine.impl | |
org.apache.uima.analysis_engine.service.impl | |
org.apache.uima.collection |
Classes and interfaces for collection processing.
|
org.apache.uima.collection.impl.cpm.container | |
org.apache.uima.flow.impl | |
org.apache.uima.test.junit_extension | |
org.apache.uima.tools.components |
Modifier and Type | Class and Description |
---|---|
class |
VinciAnalysisEngineServiceAdapter
Reference implementation of
AnalysisEngineServiceAdapter for Vinci. |
Modifier and Type | Interface and Description |
---|---|
interface |
AnalysisEngine
An Analysis Engine is a component responsible for analyzing unstructured information, discovering
and representing semantic content.
|
interface |
TextAnalysisEngine
Deprecated.
As of v2.0,
AnalysisEngine should be used instead. This interface no longer
defines any additional methods beyond those in AnalysisEngine. |
Modifier and Type | Class and Description |
---|---|
class |
AggregateAnalysisEngine_impl
Reference implementation of
AnalysisEngine . |
class |
AnalysisEngineImplBase
Provides functionality common to Analysis Engine implementations.
|
class |
MultiprocessingAnalysisEngine_impl
An
AnalysisEngine implementation that can process multiple CAS objects
simultaneously. |
class |
PearAnalysisEngineWrapper
UIMA pear runtime analysis engine wrapper.
|
class |
PrimitiveAnalysisEngine_impl
Reference implementation of
AnalysisEngine . |
class |
UimacppAnalysisEngineImpl
Reference implementation of
AnalysisEngine . |
Modifier and Type | Class and Description |
---|---|
class |
AnalysisEngineServiceAdapter
Base class for analysis engine service adapters.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CasConsumer
Any component that operates on analysis results produced by a UIMA analysis engine.
|
Modifier and Type | Class and Description |
---|---|
class |
CasConsumer_ImplBase
Base class for CAS Consumers in UIMA SDK v1.x, which developers should extend
with their own CAS Consumer implementation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
CasObjectNetworkCasProcessorImpl
Implementation of the
CasObjectProcessor interface used for both Local and Remote
CasObjectProcessors. |
Modifier and Type | Method and Description |
---|---|
CasObjectProcessor |
AnalysisSequenceCapabilityNode.getCasProcessor() |
Constructor and Description |
---|
AnalysisSequenceCapabilityNode(String aKey,
CasObjectProcessor aCasProcessor,
ResultSpecification aResultSpec)
Creates a new AnalysisSequenceCapabilityNode from an AnalysisEngine reference
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationWriter
The AnnotationWriter class writes specified annotations to an output file.
|
Modifier and Type | Class and Description |
---|---|
class |
InlineXmlCasConsumer
A simple CAS consumer that generates inline XML and writes it to a file.
|
class |
XCasWriterCasConsumer
A simple CAS consumer that generates XCAS (XML representation of the CAS) files in the
filesystem.
|
class |
XmiWriterCasConsumer
A simple CAS consumer that writes the CAS to XMI format.
|
Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.