Class GMXProtectedCharacterCountStep
- java.lang.Object
-
- net.sf.okapi.common.pipeline.BasePipelineStep
-
- net.sf.okapi.steps.wordcount.common.BaseCountStep
-
- net.sf.okapi.steps.wordcount.categorized.gmx.GMXProtectedWordCountStep
-
- net.sf.okapi.steps.wordcount.categorized.gmx.GMXProtectedCharacterCountStep
-
- All Implemented Interfaces:
AutoCloseable,Function<Stream<Event>,Stream<Event>>,IPipelineStep,CategoryHandler
public class GMXProtectedCharacterCountStep extends GMXProtectedWordCountStep
-
-
Field Summary
-
Fields inherited from class net.sf.okapi.steps.wordcount.categorized.gmx.GMXProtectedWordCountStep
METRIC
-
-
Constructor Summary
Constructors Constructor Description GMXProtectedCharacterCountStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CategoryGroupgetCategoryGroup()protected BaseCountergetCounter()StringgetDescription()Gets a short localizable description of what this step does.StringgetMetric()StringgetName()Gets the localizable name of this step.-
Methods inherited from class net.sf.okapi.steps.wordcount.categorized.gmx.GMXProtectedWordCountStep
count, count, countInTextUnit, countOnlyTranslatable
-
Methods inherited from class net.sf.okapi.steps.wordcount.common.BaseCountStep
getBatchCount, getBatchItemCount, getDocumentCount, getGroupCount, getSource, getSubDocumentCount, handleEndBatch, handleEndBatchItem, handleEndDocument, handleEndGroup, handleEndSubDocument, handleStartBatch, handleStartBatchItem, handleStartDocument, handleStartGroup, handleStartSubDocument, handleTextUnit, removeFromMetrics, removeFromMetrics, removeFromMetrics, saveCount, saveToMetrics, saveToMetrics, saveToMetrics
-
Methods inherited from class net.sf.okapi.common.pipeline.BasePipelineStep
cancel, destroy, getHelpLocation, getParameters, getSourceLocale, getTargetLocale, handleCustom, handleDocumentPart, handleEndSubfilter, handleEvent, handleMultiEvent, handlePipelineParameters, handleRawDocument, handleStartSubfilter, isDone, isLastOutputStep, setLastOutputStep, setParameters, setSourceLocale, setTargetLocale
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sf.okapi.common.pipeline.IPipelineStep
apply, close, handleStream
-
-
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:IPipelineStepGets the localizable name of this step.- Specified by:
getNamein interfaceIPipelineStep- Overrides:
getNamein classGMXProtectedWordCountStep- Returns:
- the localizable name of this step.
-
getMetric
public String getMetric()
- Specified by:
getMetricin interfaceCategoryHandler- Overrides:
getMetricin classGMXProtectedWordCountStep
-
getDescription
public String getDescription()
Description copied from interface:IPipelineStepGets a short localizable description of what this step does.- Specified by:
getDescriptionin interfaceIPipelineStep- Overrides:
getDescriptionin classGMXProtectedWordCountStep- Returns:
- the text of a short description of what this step does.
-
getCategoryGroup
public CategoryGroup getCategoryGroup()
- Specified by:
getCategoryGroupin interfaceCategoryHandler- Overrides:
getCategoryGroupin classGMXProtectedWordCountStep
-
getCounter
protected BaseCounter getCounter()
- Overrides:
getCounterin classGMXProtectedWordCountStep
-
-