public final class CpePipeline extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
runPipeline(CollectionReaderDescription readerDesc,
AnalysisEngineDescription... descs)
Run the CollectionReader and AnalysisEngines as a multi-threaded pipeline.
|
public static void runPipeline(CollectionReaderDescription readerDesc, AnalysisEngineDescription... descs) throws UIMAException, SAXException, CpeDescriptorException, IOException
readerDesc - The CollectionReader that loads the documents into the CAS.descs - Primitive AnalysisEngineDescriptions that process the CAS, in order. If you have a mix
of primitive and aggregate engines, then please create the AnalysisEngines yourself
and call the other runPipeline method.SAXException - if there was a XML-related problem materializing the component descriptors that are
referenced from the CPE descriptorIOException - if there was a I/O-related problem materializing the component descriptors that are
referenced from the CPE descriptorCpeDescriptorException - if there was a problem configuring the CPE descriptorUIMAException - if there was a problem initializing or running the CPE.Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.