Class GMXLeveragedMatchedCharacterCountStep
- java.lang.Object
-
- net.sf.okapi.common.pipeline.BasePipelineStep
-
- net.sf.okapi.steps.wordcount.common.BaseCountStep
-
- net.sf.okapi.steps.wordcount.common.AltAnnotationBasedCountStep
-
- net.sf.okapi.steps.wordcount.categorized.gmx.GMXLeveragedMatchedWordCountStep
-
- net.sf.okapi.steps.wordcount.categorized.gmx.GMXLeveragedMatchedCharacterCountStep
-
- All Implemented Interfaces:
IPipelineStep,CategoryHandler
public class GMXLeveragedMatchedCharacterCountStep extends GMXLeveragedMatchedWordCountStep
-
-
Field Summary
-
Fields inherited from class net.sf.okapi.steps.wordcount.categorized.gmx.GMXLeveragedMatchedWordCountStep
METRIC
-
-
Constructor Summary
Constructors Constructor Description GMXLeveragedMatchedCharacterCountStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CategoryGroupgetCategoryGroup()protected Class<? extends BaseCounter>getCounterClass()StringgetDescription()StringgetMetric()StringgetName()-
Methods inherited from class net.sf.okapi.steps.wordcount.categorized.gmx.GMXLeveragedMatchedWordCountStep
accept
-
Methods inherited from class net.sf.okapi.steps.wordcount.common.AltAnnotationBasedCountStep
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
-
-
-
-
Method Detail
-
getMetric
public String getMetric()
- Specified by:
getMetricin interfaceCategoryHandler- Overrides:
getMetricin classGMXLeveragedMatchedWordCountStep
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceIPipelineStep- Overrides:
getDescriptionin classGMXLeveragedMatchedWordCountStep
-
getName
public String getName()
- Specified by:
getNamein interfaceIPipelineStep- Overrides:
getNamein classGMXLeveragedMatchedWordCountStep
-
getCategoryGroup
public CategoryGroup getCategoryGroup()
- Specified by:
getCategoryGroupin interfaceCategoryHandler- Overrides:
getCategoryGroupin classGMXLeveragedMatchedWordCountStep
-
getCounterClass
protected Class<? extends BaseCounter> getCounterClass()
- Overrides:
getCounterClassin classAltAnnotationBasedCountStep
-
-