Package | Description |
---|---|
org.apache.uima.collection |
Classes and interfaces for collection processing.
|
org.apache.uima.collection.impl | |
org.apache.uima.collection.impl.cpm | |
org.apache.uima.collection.impl.cpm.engine | |
org.apache.uima.tools | |
org.apache.uima.tools.docanalyzer |
Modifier and Type | Method and Description |
---|---|
void |
CollectionProcessingEngine.addStatusCallbackListener(StatusCallbackListener aListener)
Registers a listener to receive status callbacks.
|
void |
CollectionProcessingManager.addStatusCallbackListener(StatusCallbackListener aListener)
Registers a listsner to receive status callbacks.
|
void |
CollectionProcessingEngine.removeStatusCallbackListener(StatusCallbackListener aListener)
Unregisters a status callback listener.
|
void |
CollectionProcessingManager.removeStatusCallbackListener(StatusCallbackListener aListener)
Unregisters a status callback listener.
|
Modifier and Type | Method and Description |
---|---|
void |
CollectionProcessingEngine_impl.addStatusCallbackListener(StatusCallbackListener aListener) |
void |
CollectionProcessingEngine_impl.removeStatusCallbackListener(StatusCallbackListener aListener) |
Modifier and Type | Method and Description |
---|---|
void |
CPMImpl.addStatusCallbackListener(StatusCallbackListener aListener) |
void |
CPMImpl.removeStatusCallbackListener(StatusCallbackListener aListener) |
Modifier and Type | Method and Description |
---|---|
static void |
CPMEngine.callEntityProcessCompleteWithCAS(StatusCallbackListener statCL,
CAS cas,
EntityProcessStatus eps)
Internal use only, public for crss package access.
|
Modifier and Type | Class and Description |
---|---|
class |
RunAE
An example application that reads documents from the file system, sends them though an Analysis
Engine(AE), and produces XML files with inline annotations.
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentAnalyzer
A simple GUI for the RunTextAnalysis application library.
|
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.