| Package | Description |
|---|---|
| org.apache.uima |
The main package for the Unstructured Information Management Middleware
Architecture.
|
| org.apache.uima.adapter.soap | |
| org.apache.uima.adapter.vinci | |
| org.apache.uima.analysis_engine.impl.compatibility | |
| org.apache.uima.analysis_engine.service.impl | |
| org.apache.uima.collection |
Classes and interfaces for collection processing.
|
| org.apache.uima.collection.impl.cpm | |
| org.apache.uima.test.junit_extension | |
| org.apache.uima.tools.components |
| Modifier and Type | Method and Description |
|---|---|
static CasConsumer |
UIMAFramework.produceCasConsumer(ResourceSpecifier aSpecifier)
Produces a
CasConsumer instance from a ResourceSpecifier. |
static CasConsumer |
UIMAFramework.produceCasConsumer(ResourceSpecifier aSpecifier,
Map<String,Object> aAdditionalParams)
Produces a
CasConsumer instance from a ResourceSpecifier. |
static CasConsumer |
UIMAFramework.produceCasConsumer(ResourceSpecifier aSpecifier,
ResourceManager aResourceManager,
Map<String,Object> aAdditionalParams)
Produces an
CasConsumer instance from a ResourceSpecifier. |
| 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. |
| Constructor and Description |
|---|
CasConsumerAdapter(CasConsumer aCasConsumer,
AnalysisEngineMetaData aMetaData)
Create a new annotator adapter.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
CasConsumer[] |
CollectionProcessingManager.getCasConsumers()
Gets the
CasConsumerss assigned to this CPM. |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionProcessingManager.addCasConsumer(CasConsumer aCasConsumer)
Adds a
CasConsumer to this CPM. |
void |
CollectionProcessingManager.removeCasConsumer(CasConsumer aCasConsumer)
Removes a
CasConsumer from this CPM. |
| Modifier and Type | Method and Description |
|---|---|
CasConsumer[] |
CPMImpl.getCasConsumers() |
| Modifier and Type | Method and Description |
|---|---|
void |
CPMImpl.addCasConsumer(CasConsumer aCasConsumer) |
void |
CPMImpl.removeCasConsumer(CasConsumer aCasConsumer) |
| 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 © 2018. All rights reserved.