Package com.acumenvelocity.ath.steps
Class BaseTuBatchProcessingStep
- java.lang.Object
-
- net.sf.okapi.common.pipeline.BasePipelineStep
-
- com.acumenvelocity.ath.steps.BaseTuBatchProcessingStep
-
- All Implemented Interfaces:
AutoCloseable,Function<Stream<net.sf.okapi.common.Event>,Stream<net.sf.okapi.common.Event>>,net.sf.okapi.common.pipeline.IPipelineStep
- Direct Known Subclasses:
BaseAlignerStep,BatchMtStep,CodesReinsertionStep,MtConfidenceScoringStep
public abstract class BaseTuBatchProcessingStep extends net.sf.okapi.common.pipeline.BasePipelineStep
-
-
Constructor Summary
Constructors Constructor Description BaseTuBatchProcessingStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetNumProcessedTus()net.sf.okapi.common.EventhandleEvent(net.sf.okapi.common.Event event)-
Methods inherited from class net.sf.okapi.common.pipeline.BasePipelineStep
cancel, destroy, getHelpLocation, getParameters, getSourceLocale, getTargetLocale, isDone, isLastOutputStep, setLastOutputStep, setParameters, setSourceLocale, setTargetLocale
-
-
-
-
Method Detail
-
handleEvent
public net.sf.okapi.common.Event handleEvent(net.sf.okapi.common.Event event)
- Specified by:
handleEventin interfacenet.sf.okapi.common.pipeline.IPipelineStep- Overrides:
handleEventin classnet.sf.okapi.common.pipeline.BasePipelineStep
-
getNumProcessedTus
public long getNumProcessedTus()
-
-