Package | Description |
---|---|
org.apache.ctakes.core.pipeline |
Modifier and Type | Method and Description |
---|---|
PipelineBuilder |
PipelineBuilder.add(Class<? extends org.apache.uima.analysis_component.AnalysisComponent> component,
Object... parameters)
Use of this method is order-specific.
|
PipelineBuilder |
PipelineBuilder.addDescription(org.apache.uima.analysis_engine.AnalysisEngineDescription description)
Use of this method is order-specific.
|
PipelineBuilder |
PipelineBuilder.addLast(Class<? extends org.apache.uima.analysis_component.AnalysisComponent> component,
Object... parameters)
Adds an ae or cc component t othe very end of the pipeline.
|
PipelineBuilder |
PipelineBuilder.addLogged(Class<? extends org.apache.uima.analysis_component.AnalysisComponent> component,
Object... parameters)
Adds an ae or cc wrapped with "Starting processing" and "Finished processing" log messages
Use of this method is order-specific.
|
PipelineBuilder |
PipelineBuilder.build()
Initialize a pipeline that can be used repeatedly using
run() and run(String) . |
PipelineBuilder |
PipelineBuilder.collectCuis()
Adds ae that maintains CUI information throughout the run.
|
PipelineBuilder |
PipelineBuilder.collectEntities()
Adds ae that maintains simple Entity information throughout the run.
|
PipelineBuilder |
PiperFileReader.getBuilder() |
PipelineBuilder |
PipelineBuilder.reader(Class<? extends org.apache.uima.collection.CollectionReader> readerClass,
Object... parameters)
Use of this method is not order-specific
|
PipelineBuilder |
PipelineBuilder.reader(org.apache.uima.collection.CollectionReaderDescription description)
Use of this method is not order-specific
|
PipelineBuilder |
PipelineBuilder.readFiles()
Adds a Collection reader to the beginning of the pipeline that will read files in a directory tree.
|
PipelineBuilder |
PipelineBuilder.readFiles(String inputDirectory)
Adds a Collection reader to the beginning of the pipeline that will read files in a directory tree.
|
PipelineBuilder |
PipelineBuilder.run()
Run the pipeline using some specified collection reader.
|
PipelineBuilder |
PipelineBuilder.run(String text)
Run the pipeline on the given text.
|
PipelineBuilder |
PipelineBuilder.set(Object... parameters)
Use of this method is order-specific
|
PipelineBuilder |
PipelineBuilder.writeXMIs()
Adds ae that writes an xmi file at the end of the pipeline.
|
PipelineBuilder |
PipelineBuilder.writeXMIs(String outputDirectory)
Adds ae that writes an xmi file at the end of the pipeline.
|
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.