Package | Description |
---|---|
org.apache.uima |
The main package for the Unstructured Information Management Middleware
Architecture.
|
org.apache.uima.analysis_engine.impl.compatibility | |
org.apache.uima.collection |
Classes and interfaces for collection processing.
|
org.apache.uima.collection.impl.cpm | |
org.apache.uima.tools.components |
Modifier and Type | Method and Description |
---|---|
static CollectionReader |
UIMAFramework.produceCollectionReader(ResourceSpecifier aSpecifier)
Produces a
CollectionReader instance from a ResourceSpecifier . |
static CollectionReader |
UIMAFramework.produceCollectionReader(ResourceSpecifier aSpecifier,
Map<String,Object> aAdditionalParams)
Produces a
CollectionReader instance from a ResourceSpecifier . |
static CollectionReader |
UIMAFramework.produceCollectionReader(ResourceSpecifier aSpecifier,
ResourceManager aResourceManager,
Map<String,Object> aAdditionalParams)
Produces an
CollectionReader instance from a ResourceSpecifier . |
Constructor and Description |
---|
CollectionReaderAdapter(CollectionReader aCollectionReader,
AnalysisEngineMetaData aMetaData)
Create a new annotator adapter.
|
Modifier and Type | Class and Description |
---|---|
class |
CollectionReader_ImplBase
Base class for Collection Readers, which developers should extend with their own Collection
Reader implementation classes.
|
Modifier and Type | Method and Description |
---|---|
void |
CollectionProcessingManager.process(CollectionReader aCollectionReader)
Initiates processing of a collection.
|
void |
CollectionProcessingManager.process(CollectionReader aCollectionReader,
int aBatchSize)
Initiates processing of a collection.
|
Modifier and Type | Method and Description |
---|---|
void |
CPMImpl.process(CollectionReader aCollectionReader) |
void |
CPMImpl.process(CollectionReader aCollectionReader,
int aBatchSize) |
Modifier and Type | Class and Description |
---|---|
class |
FileSystemCollectionReader
A simple collection reader that reads documents from a directory in the filesystem.
|
Copyright © 2018. All rights reserved.