Uses of Interface
org.apache.uima.collection.CollectionReader
Packages that use CollectionReader
Package
Description
Apache UIMA
Classes and interfaces for collection processing.
-
Uses of CollectionReader in org.apache.uima
Methods in org.apache.uima that return CollectionReaderModifier and TypeMethodDescriptionstatic CollectionReader
UIMAFramework.produceCollectionReader
(ResourceSpecifier aSpecifier) Produces aCollectionReader
instance from aResourceSpecifier
.static CollectionReader
UIMAFramework.produceCollectionReader
(ResourceSpecifier aSpecifier, Map<String, Object> aAdditionalParams) Produces aCollectionReader
instance from aResourceSpecifier
.static CollectionReader
UIMAFramework.produceCollectionReader
(ResourceSpecifier aSpecifier, ResourceManager aResourceManager, Map<String, Object> aAdditionalParams) Produces anCollectionReader
instance from aResourceSpecifier
. -
Uses of CollectionReader in org.apache.uima.analysis_engine.impl.compatibility
Fields in org.apache.uima.analysis_engine.impl.compatibility declared as CollectionReaderModifier and TypeFieldDescriptionprivate CollectionReader
CollectionReaderAdapter.mCollectionReader
Constructors in org.apache.uima.analysis_engine.impl.compatibility with parameters of type CollectionReaderModifierConstructorDescriptionCollectionReaderAdapter
(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 CollectionReaderModifier and TypeClassDescriptionclass
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 CollectionReaderModifier and TypeMethodDescriptionvoid
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 CollectionReaderModifier and TypeMethodDescriptionvoid
CPMImpl.process
(CollectionReader aCollectionReader) void
CPMImpl.process
(CollectionReader aCollectionReader, int aBatchSize) -
Uses of CollectionReader in org.apache.uima.tools.components
Classes in org.apache.uima.tools.components that implement CollectionReaderModifier and TypeClassDescriptionclass
A simple collection reader that reads documents from a directory in the filesystem.