Package | Description |
---|---|
org.apache.uima.adapter.soap | |
org.apache.uima.adapter.vinci | |
org.apache.uima.analysis_engine.asb.impl | |
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.base_cpm | |
org.apache.uima.examples.cpe |
Examples of using the Collection Processing Manager (CPM).
|
org.apache.uima.examples.xmi | |
org.apache.uima.test.junit_extension | |
org.apache.uima.tools.components |
Modifier and Type | Class and Description |
---|---|
class |
SoapAnalysisEngineServiceAdapter
Reference implementation of
AnalysisEngineServiceAdapter for SOAP. |
Modifier and Type | Class and Description |
---|---|
class |
VinciAnalysisEngineServiceAdapter
Reference implementation of
AnalysisEngineServiceAdapter for Vinci. |
Modifier and Type | Class and Description |
---|---|
class |
FlowControllerContainer
Container for a FlowController.
|
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 | 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.
|
class |
CasInitializer_ImplBase
Deprecated.
As of v2.0, CAS Initializers are deprecated. A component that performs an operation
like HTML detagging should instead be implemented as a "multi-Sofa" annotator. See
org.apache.uima.examples.XmlDetagger for an example.
|
class |
CollectionReader_ImplBase
Base class for Collection Readers, which developers should extend with their own Collection
Reader implementation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
CasDataCollectionReader_ImplBase
Base class from which to extend when writing Collection Readers that use the
CasData
interface to access the CAS. |
class |
CasDataConsumer_ImplBase
Base class from which to extend when writing CAS Consumers that use the
CasData interface
to access the CAS. |
class |
CasDataInitializer_ImplBase
Deprecated.
As of v2.0, CAS Initializers are deprecated. A component that performs an operation
like HTML detagging should instead be implemented as a "multi-Sofa" annotator. See
org.apache.uima.examples.XmlDetagger for an example.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationPrinter
An example of CAS Consumer.
|
class |
PersonTitleDBWriterCasConsumer
A simple CAS consumer that creates a Derby (Cloudscape) database in the file system.
|
Modifier and Type | Class and Description |
---|---|
class |
XmiCollectionReader
A simple collection reader that reads CASes in XMI format from a directory in the filesystem.
|
class |
XmiEcoreCasConsumer
A variation of the XmiWriterCasConsumer that also saves the Type System to an Ecore file and
links all of the XMI files to it via their schemaLocation attribute.
|
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 |
FileSystemCollectionReader
A simple collection reader that reads documents from a directory in the filesystem.
|
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 © 2016. All rights reserved.