public class PostSegmentationCodeSimplifierStep extends BasePipelineStep
WARNING: An error will be thrown if the TextUnits have not been segmented. This step must be run post-segmentation as trimmed codes are moved to inter-segment TextParts.
TextParts will be created if needed.
| Constructor and Description |
|---|
PostSegmentationCodeSimplifierStep() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
IParameters |
getParameters() |
protected Event |
handleCustom(Event event) |
protected Event |
handleTextUnit(Event event) |
void |
setParameters(IParameters params) |
cancel, destroy, getHelpLocation, handleDocumentPart, handleEndBatch, handleEndBatchItem, handleEndDocument, handleEndGroup, handleEndSubDocument, handleEndSubfilter, handleEvent, handleMultiEvent, handlePipelineParameters, handleRawDocument, handleStartBatch, handleStartBatchItem, handleStartDocument, handleStartGroup, handleStartSubDocument, handleStartSubfilter, isDone, isLastOutputStep, setLastOutputSteppublic String getDescription()
public String getName()
public IParameters getParameters()
getParameters in interface IPipelineStepgetParameters in class BasePipelineSteppublic void setParameters(IParameters params)
setParameters in interface IPipelineStepsetParameters in class BasePipelineStepprotected Event handleTextUnit(Event event)
handleTextUnit in class BasePipelineStepprotected Event handleCustom(Event event)
handleCustom in class BasePipelineStepCopyright © 2018. All rights reserved.