|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CollectionReader | |
|---|---|
| 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.examples.xmi | |
| org.apache.uima.tools.components | |
| Uses of CollectionReader in org.apache.uima |
|---|
| Methods in org.apache.uima that return CollectionReader | |
|---|---|
static CollectionReader |
UIMAFramework.produceCollectionReader(ResourceSpecifier aSpecifier)
Produces a CollectionReader instance from a ResourceSpecifier. |
static CollectionReader |
UIMAFramework.produceCollectionReader(ResourceSpecifier aSpecifier,
java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Produces a CollectionReader instance from a ResourceSpecifier. |
static CollectionReader |
UIMAFramework.produceCollectionReader(ResourceSpecifier aSpecifier,
ResourceManager aResourceManager,
java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Produces an CollectionReader instance from a ResourceSpecifier. |
| Uses of CollectionReader in org.apache.uima.analysis_engine.impl.compatibility |
|---|
| Constructors in org.apache.uima.analysis_engine.impl.compatibility with parameters of type CollectionReader | |
|---|---|
CollectionReaderAdapter(CollectionReader aCollectionReader,
AnalysisEngineMetaData aMetaData)
Create a new annotator adapter. |
|
| Uses of CollectionReader in org.apache.uima.collection |
|---|
| Classes in org.apache.uima.collection that implement CollectionReader | |
|---|---|
class |
CollectionReader_ImplBase
Base class for Collection Readers, which developers should extend with their own Collection Reader implementation classes. |
| Methods in org.apache.uima.collection with parameters of type CollectionReader | |
|---|---|
void |
CollectionProcessingManager.process(CollectionReader aCollectionReader)
Initiates processing of a collection. |
void |
CollectionProcessingManager.process(CollectionReader aCollectionReader,
int aBatchSize)
Initiates processing of a collection. |
| Uses of CollectionReader in org.apache.uima.collection.impl.cpm |
|---|
| Methods in org.apache.uima.collection.impl.cpm with parameters of type CollectionReader | |
|---|---|
void |
CPMImpl.process(CollectionReader aCollectionReader)
|
void |
CPMImpl.process(CollectionReader aCollectionReader,
int aBatchSize)
|
| Uses of CollectionReader in org.apache.uima.examples.xmi |
|---|
| Classes in org.apache.uima.examples.xmi that implement CollectionReader | |
|---|---|
class |
XmiCollectionReader
A simple collection reader that reads CASes in XMI format from a directory in the filesystem. |
| Uses of CollectionReader in org.apache.uima.tools.components |
|---|
| Classes in org.apache.uima.tools.components that implement CollectionReader | |
|---|---|
class |
FileSystemCollectionReader
A simple collection reader that reads documents from a directory in the filesystem. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||