Uses of Interface
org.apache.uima.collection.CollectionReader
Packages that use CollectionReader
Package
Description
Apache UIMA
Classes and interfaces for collection processing.
uimaFIT-enhanced base classes for UIMA components and some simple components.
Example for an UIMA-based experiment running an analysis and evaluating the results.
Factories to create different kinds of UIMA resource specifiers.
Executing UIMA pipelines.
-
Uses of CollectionReader in org.apache.uima
Methods in org.apache.uima that return CollectionReaderModifier and TypeMethodDescriptionstatic CollectionReaderUIMAFramework.produceCollectionReader(ResourceSpecifier aSpecifier) Produces aCollectionReaderinstance from aResourceSpecifier.static CollectionReaderUIMAFramework.produceCollectionReader(ResourceSpecifier aSpecifier, Map<String, Object> aAdditionalParams) Produces aCollectionReaderinstance from aResourceSpecifier.static CollectionReaderUIMAFramework.produceCollectionReader(ResourceSpecifier aSpecifier, ResourceManager aResourceManager, Map<String, Object> aAdditionalParams) Produces anCollectionReaderinstance from aResourceSpecifier. -
Uses of CollectionReader in org.apache.uima.analysis_engine.impl.compatibility
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 TypeClassDescriptionclassBase 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 TypeMethodDescriptionvoidCollectionProcessingManager.process(CollectionReader aCollectionReader) Initiates processing of a collection.voidCollectionProcessingManager.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 TypeMethodDescriptionvoidCPMImpl.process(CollectionReader aCollectionReader) voidCPMImpl.process(CollectionReader aCollectionReader, int aBatchSize) -
Uses of CollectionReader in org.apache.uima.fit.component
Classes in org.apache.uima.fit.component that implement CollectionReaderModifier and TypeClassDescriptionclassBase class for CAS collection readers which initializes itself based on annotations.classBase class for JCas collection readers which initializes itself based on annotations. -
Uses of CollectionReader in org.apache.uima.fit.examples.experiment.pos
Classes in org.apache.uima.fit.examples.experiment.pos that implement CollectionReaderModifier and TypeClassDescriptionclassThis collection reader is meant for example purposes only. -
Uses of CollectionReader in org.apache.uima.fit.factory
Methods in org.apache.uima.fit.factory that return CollectionReaderModifier and TypeMethodDescriptionstatic CollectionReaderCollectionReaderFactory.createCollectionReader(Class<? extends CollectionReader> readerClass, Object... configurationData) Deprecated.static CollectionReaderCollectionReaderFactory.createCollectionReader(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, Object... configurationData) static CollectionReaderCollectionReaderFactory.createCollectionReader(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, String[] prioritizedTypeNames, Object... configurationData) static CollectionReaderCollectionReaderFactory.createCollectionReader(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, Object... configurationData) static CollectionReaderCollectionReaderFactory.createCollectionReader(String descriptorName, Object... configurationData) Deprecated.static CollectionReaderCollectionReaderFactory.createCollectionReader(CollectionReaderDescription desc, Object... configurationData) static CollectionReaderCollectionReaderFactory.createCollectionReaderFromPath(String descriptorPath, Object... configurationData) Deprecated.static CollectionReaderCollectionReaderFactory.createReader(Class<? extends CollectionReader> readerClass, Object... configurationData) Get a CollectionReader from a CollectionReader class, a type system, and a set of configuration parameters.static CollectionReaderCollectionReaderFactory.createReader(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, Object... configurationData) Get a CollectionReader from a CollectionReader class, a type system, and a set of configuration parameters.static CollectionReaderCollectionReaderFactory.createReader(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, String[] prioritizedTypeNames, Object... configurationData) static CollectionReaderCollectionReaderFactory.createReader(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, Object... configurationData) static CollectionReaderCollectionReaderFactory.createReader(String descriptorName, Object... configurationData) Get a CollectionReader from the name (Java-style, dotted) of an XML descriptor file, and a set of configuration parameters.static CollectionReaderCollectionReaderFactory.createReader(CollectionReaderDescription desc, Object... configurationData) This method creates a CollectionReader from a CollectionReaderDescription adding additional configuration parameter data as desiredstatic CollectionReaderCollectionReaderFactory.createReaderFromPath(String descriptorPath, Object... configurationData) Create a CollectionReader from an XML descriptor file and a set of configuration parameters.Method parameters in org.apache.uima.fit.factory with type arguments of type CollectionReaderModifier and TypeMethodDescriptionstatic CollectionReaderCollectionReaderFactory.createCollectionReader(Class<? extends CollectionReader> readerClass, Object... configurationData) Deprecated.static CollectionReaderCollectionReaderFactory.createCollectionReader(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, Object... configurationData) static CollectionReaderCollectionReaderFactory.createCollectionReader(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, String[] prioritizedTypeNames, Object... configurationData) static CollectionReaderCollectionReaderFactory.createCollectionReader(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, Object... configurationData) static CollectionReaderDescriptionCollectionReaderFactory.createDescription(Class<? extends CollectionReader> readerClass, Object... configurationData) static CollectionReaderDescriptionCollectionReaderFactory.createDescription(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, Object... configurationData) static CollectionReaderDescriptionCollectionReaderFactory.createDescription(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, String[] prioritizedTypeNames, Object... configurationData) static CollectionReaderDescriptionCollectionReaderFactory.createDescription(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, Object... configurationData) static CollectionReaderDescriptionCollectionReaderFactory.createDescription(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, Object... configurationData) static CollectionReaderDescriptionCollectionReaderFactory.createDescription(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, ConfigurationParameter[] configurationParameters, Object[] configurationValues) static CollectionReaderDescriptionCollectionReaderFactory.createDescription(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, ConfigurationParameter[] configurationParameters, Object[] configurationValues, Map<String, ExternalResourceDescription> externalResources) static CollectionReaderCollectionReaderFactory.createReader(Class<? extends CollectionReader> readerClass, Object... configurationData) Get a CollectionReader from a CollectionReader class, a type system, and a set of configuration parameters.static CollectionReaderCollectionReaderFactory.createReader(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, Object... configurationData) Get a CollectionReader from a CollectionReader class, a type system, and a set of configuration parameters.static CollectionReaderCollectionReaderFactory.createReader(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, String[] prioritizedTypeNames, Object... configurationData) static CollectionReaderCollectionReaderFactory.createReader(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, Object... configurationData) static CollectionReaderDescriptionCollectionReaderFactory.createReaderDescription(Class<? extends CollectionReader> readerClass, Object... configurationData) A simple factory method for creating a CollectionReaderDescription with a given class, type system description, and configuration data.static CollectionReaderDescriptionCollectionReaderFactory.createReaderDescription(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, Object... configurationData) A simple factory method for creating a CollectionReaderDescription with a given class, type system description, and configuration datastatic CollectionReaderDescriptionCollectionReaderFactory.createReaderDescription(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, String[] prioritizedTypeNames, Object... configurationData) static CollectionReaderDescriptionCollectionReaderFactory.createReaderDescription(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, Object... configurationData) static CollectionReaderDescriptionCollectionReaderFactory.createReaderDescription(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, Object... configurationData) static CollectionReaderDescriptionCollectionReaderFactory.createReaderDescription(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, ConfigurationParameter[] configurationParameters, Object[] configurationValues) static CollectionReaderDescriptionCollectionReaderFactory.createReaderDescription(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, ConfigurationParameter[] configurationParameters, Object[] configurationValues, Map<String, ExternalResourceDescription> externalResources) The factory method for creating CollectionReaderDescription objects for a given class, TypeSystemDescription, TypePriorities, capabilities, and configuration data -
Uses of CollectionReader in org.apache.uima.fit.pipeline
Methods in org.apache.uima.fit.pipeline with parameters of type CollectionReaderModifier and TypeMethodDescriptionstatic voidSimplePipeline.runPipeline(CollectionReader reader, AnalysisEngine... engines) Provides a simple way to run a pipeline for a given collection reader and sequence of analysis engines.static voidSimplePipeline.runPipeline(CollectionReader reader, AnalysisEngineDescription... descs) Run the CollectionReader and AnalysisEngines as a pipeline.static voidSimplePipeline.runPipeline(ResourceManager aResMgr, CollectionReader reader, AnalysisEngine... engines) Provides a simple way to run a pipeline for a given collection reader and sequence of analysis engines.Constructors in org.apache.uima.fit.pipeline with parameters of type CollectionReaderModifierConstructorDescriptionJCasIterator(CollectionReader aReader, AnalysisEngine... aEngines) Iterate over the documents loaded by the CollectionReader, running the AnalysisEngine on each one before yielding them.JCasIterator(CollectionReader aReader, TypeSystemDescription aTypeSystemDescription) Iterate over the documents loaded by the CollectionReader.JCasIterator(ResourceManager aResMgr, CollectionReader aReader, AnalysisEngine... aEngines) Iterate over the documents loaded by the CollectionReader, running the AnalysisEngine on each one before yielding them. -
Uses of CollectionReader in org.apache.uima.tools.components
Classes in org.apache.uima.tools.components that implement CollectionReaderModifier and TypeClassDescriptionclassA simple collection reader that reads documents from a directory in the filesystem.
CollectionReaderFactory.createReader(Class, Object...)