Uses of Interface
net.sf.okapi.common.pipeline.IPipelineStep
-
-
Uses of IPipelineStep in net.sf.okapi.common.pipeline
Subinterfaces of IPipelineStep in net.sf.okapi.common.pipeline Modifier and Type Interface Description interfaceICallableStep<T>Step that implements the Callable interface and can be run concurrently.interfaceIWorkQueueStep<T>Step that can process multiple events concurrently.Classes in net.sf.okapi.common.pipeline that implement IPipelineStep Modifier and Type Class Description classBasePipelineStepAbstract implementation of theIPipelineStepinterface.Methods in net.sf.okapi.common.pipeline that return IPipelineStep Modifier and Type Method Description IPipelineStepICallableStep. getMainStep()Gets the main step wrapped by ICallableStepIPipelineStepIWorkQueueStep. getMainStep()Gets the main step wrapped by IWorkQueueStepMethods in net.sf.okapi.common.pipeline that return types with arguments of type IPipelineStep Modifier and Type Method Description List<IPipelineStep>IPipeline. getSteps()Gets the list of all steps in this pipeline.List<IPipelineStep>Pipeline. getSteps()Methods in net.sf.okapi.common.pipeline with parameters of type IPipelineStep Modifier and Type Method Description voidIPipeline. addStep(IPipelineStep step)Adds a step to this pipeline.voidPipeline. addStep(IPipelineStep step)voidIWorkQueueStep. setMainStep(IPipelineStep step)Sets the main (template for all callabale steps) pipeline step MUST BE CALLED BEFORE init() -
Uses of IPipelineStep in net.sf.okapi.common.pipeline.annotations
Methods in net.sf.okapi.common.pipeline.annotations that return IPipelineStep Modifier and Type Method Description IPipelineStepConfigurationParameter. getStep()Gets the step for this parameter.Methods in net.sf.okapi.common.pipeline.annotations with parameters of type IPipelineStep Modifier and Type Method Description static List<String>StepIntrospector. getStepEventHandlers(IPipelineStep step)Gets the list of the event handlers for a given step.static List<ConfigurationParameter>StepIntrospector. getStepParameters(IPipelineStep step)Gets the list of theConfigurationParameterin a given step.voidConfigurationParameter. setStep(IPipelineStep step)Sets the step for this parameter. -
Uses of IPipelineStep in net.sf.okapi.common.pipelinebuilder
Classes in net.sf.okapi.common.pipelinebuilder that implement IPipelineStep Modifier and Type Class Description classXPipelineclassXPipelineAsStepImplPipeline as step delegate.classXPipelineStepMethods in net.sf.okapi.common.pipelinebuilder that return IPipelineStep Modifier and Type Method Description IPipelineStepXPipelineStep. getStep()Constructors in net.sf.okapi.common.pipelinebuilder with parameters of type IPipelineStep Constructor Description XPipeline(String description, IPipelineStep... steps)XPipeline(String description, XBatch batch, IPipelineStep... steps)XPipeline(String description, XBatch batch, XPipelineType type, IPipelineStep... steps)XPipeline(String description, XFilters filters, String rootDir, XBatch batch, IPipelineStep... steps)XPipeline(String description, XFilters filters, XBatch batch, IPipelineStep... steps)XPipeline(String description, XPipelineType type, IPipelineStep... steps)XPipelineStep(IPipelineStep step)Deprecated.XPipelineStep(IPipelineStep step, URL parametersURL, boolean ignoreErrors)XPipelineStep(IPipelineStep step, IParameters parameters)XPipelineStep(IPipelineStep step, XParameter... parameters)Constructor parameters in net.sf.okapi.common.pipelinebuilder with type arguments of type IPipelineStep Constructor Description XPipelineStep(Class<? extends IPipelineStep> stepClass, URL parametersURL, boolean ignoreErrors)XPipelineStep(Class<? extends IPipelineStep> stepClass, IParameters parameters)XPipelineStep(Class<? extends IPipelineStep> stepClass, XParameter... parameters) -
Uses of IPipelineStep in net.sf.okapi.common.pipelinedriver
Methods in net.sf.okapi.common.pipelinedriver with parameters of type IPipelineStep Modifier and Type Method Description voidIPipelineDriver. addStep(IPipelineStep step)Adds a step to the pipeline currently associated with this driver.voidPipelineDriver. addStep(IPipelineStep step)static voidPipelineDriverUtils. assignRuntimeParameters(PipelineDriver driver, IPipelineStep step, IBatchItemContext item, List<ConfigurationParameter> pList)Called from WorkQueuePipelineDriverstatic voidPipelineDriverUtils. assignSingleRuntimeParameter(PipelineDriver driver, IPipelineStep currentStep, IBatchItemContext item, ConfigurationParameter p) -
Uses of IPipelineStep in net.sf.okapi.lib.merge.step
Classes in net.sf.okapi.lib.merge.step that implement IPipelineStep Modifier and Type Class Description classOriginalDocumentXliffMergerStepTkit merger which re-filters the original source file to provide the skeleton for merging. -
Uses of IPipelineStep in net.sf.okapi.lib.preprocessing.filters.common
Methods in net.sf.okapi.lib.preprocessing.filters.common that return types with arguments of type IPipelineStep Modifier and Type Method Description protected List<IPipelineStep>PreprocessingFilter. getSteps()Constructors in net.sf.okapi.lib.preprocessing.filters.common with parameters of type IPipelineStep Constructor Description PreprocessingFilter(IFilter filter, IPipelineStep... steps) -
Uses of IPipelineStep in net.sf.okapi.lib.serialization.step
Classes in net.sf.okapi.lib.serialization.step that implement IPipelineStep Modifier and Type Class Description classOriginalDocumentTextUnitFlatMergerStepTkit merger which re-filters the original source file to provide the skeleton for merging. -
Uses of IPipelineStep in net.sf.okapi.steps.batchtranslation
Classes in net.sf.okapi.steps.batchtranslation that implement IPipelineStep Modifier and Type Class Description classBatchTranslationStep -
Uses of IPipelineStep in net.sf.okapi.steps.bomconversion
Classes in net.sf.okapi.steps.bomconversion that implement IPipelineStep Modifier and Type Class Description classBOMConversionStep -
Uses of IPipelineStep in net.sf.okapi.steps.characterschecker
Classes in net.sf.okapi.steps.characterschecker that implement IPipelineStep Modifier and Type Class Description classCharactersCheckerStep -
Uses of IPipelineStep in net.sf.okapi.steps.charlisting
Classes in net.sf.okapi.steps.charlisting that implement IPipelineStep Modifier and Type Class Description classCharListingStep -
Uses of IPipelineStep in net.sf.okapi.steps.cleanup
Classes in net.sf.okapi.steps.cleanup that implement IPipelineStep Modifier and Type Class Description classCleanupStep -
Uses of IPipelineStep in net.sf.okapi.steps.codesremoval
Classes in net.sf.okapi.steps.codesremoval that implement IPipelineStep Modifier and Type Class Description classCodesRemovalStep -
Uses of IPipelineStep in net.sf.okapi.steps.common
Classes in net.sf.okapi.steps.common that implement IPipelineStep Modifier and Type Class Description classAbstractCompoundStepclassConvertSegmentsToTextUnitsStepConvert single segmentedITextUnits to multiple TextUnits, one per aligned sentence pair, for each target locale.classExtractionVerificationStepVerifies if aRawDocumentis extracted and merged back properly.classFilterEventsToRawDocumentStepConverts filters events into aRawDocument.classFilterEventsWriterStepOutputs filters events into a document.classRawDocumentToFilterEventsStepConverts aRawDocumentinto filter events.classRawDocumentToOutputStreamStepWrites aRawDocumentto anOutputStream.classRawDocumentWriterStepWrites aRawDocumentto an output file.classResourceSimplifierStepConverts events, i.e.Fields in net.sf.okapi.steps.common with type parameters of type IPipelineStep Modifier and Type Field Description protected LinkedList<IPipelineStep>AbstractCompoundStep. stepsMethod parameters in net.sf.okapi.steps.common with type arguments of type IPipelineStep Modifier and Type Method Description protected abstract voidAbstractCompoundStep. addStepsToList(List<IPipelineStep> list) -
Uses of IPipelineStep in net.sf.okapi.steps.common.codesimplifier
Classes in net.sf.okapi.steps.common.codesimplifier that implement IPipelineStep Modifier and Type Class Description classCodeSimplifierStep!!! It's important to include this step in a pipeline before any source-copying or leveraging steps, because it can modify codes in the source, and target codes will easily get desynchronized with their sources.classPostSegmentationCodeSimplifierStepSimplify inline codes by merging adjacent codes (where safe) and trimming start and end codes. -
Uses of IPipelineStep in net.sf.okapi.steps.common.copysource
Classes in net.sf.okapi.steps.common.copysource that implement IPipelineStep Modifier and Type Class Description classCopySourceOnEmptyTargetStep -
Uses of IPipelineStep in net.sf.okapi.steps.common.createtarget
Classes in net.sf.okapi.steps.common.createtarget that implement IPipelineStep Modifier and Type Class Description classCreateTargetStep -
Uses of IPipelineStep in net.sf.okapi.steps.common.removetarget
Classes in net.sf.okapi.steps.common.removetarget that implement IPipelineStep Modifier and Type Class Description classRemoveTargetStep -
Uses of IPipelineStep in net.sf.okapi.steps.common.tufiltering
Classes in net.sf.okapi.steps.common.tufiltering that implement IPipelineStep Modifier and Type Class Description classTuFilteringStep -
Uses of IPipelineStep in net.sf.okapi.steps.copyormove
Classes in net.sf.okapi.steps.copyormove that implement IPipelineStep Modifier and Type Class Description classCopyOrMoveStep -
Uses of IPipelineStep in net.sf.okapi.steps.desegmentation
Classes in net.sf.okapi.steps.desegmentation that implement IPipelineStep Modifier and Type Class Description classDesegmentationStep -
Uses of IPipelineStep in net.sf.okapi.steps.diffleverage
Classes in net.sf.okapi.steps.diffleverage that implement IPipelineStep Modifier and Type Class Description classDiffLeverageStepContextually match source "paragraphs" (full content of the TextUnit source) between two documents using a standard diff algorithm (http://en.wikipedia.org/wiki/Diff). -
Uses of IPipelineStep in net.sf.okapi.steps.encodingconversion
Classes in net.sf.okapi.steps.encodingconversion that implement IPipelineStep Modifier and Type Class Description classEncodingConversionStep -
Uses of IPipelineStep in net.sf.okapi.steps.enrycher
Classes in net.sf.okapi.steps.enrycher that implement IPipelineStep Modifier and Type Class Description classEnrycherStep -
Uses of IPipelineStep in net.sf.okapi.steps.externalcommand
Classes in net.sf.okapi.steps.externalcommand that implement IPipelineStep Modifier and Type Class Description classExternalCommandStepRun a Command line tool onRawDocumentEvents. -
Uses of IPipelineStep in net.sf.okapi.steps.formatconversion
Classes in net.sf.okapi.steps.formatconversion that implement IPipelineStep Modifier and Type Class Description classFormatConversionStep -
Uses of IPipelineStep in net.sf.okapi.steps.fullwidthconversion
Classes in net.sf.okapi.steps.fullwidthconversion that implement IPipelineStep Modifier and Type Class Description classFullWidthConversionStep -
Uses of IPipelineStep in net.sf.okapi.steps.generalchecker
Classes in net.sf.okapi.steps.generalchecker that implement IPipelineStep Modifier and Type Class Description classGeneralCheckerStep -
Uses of IPipelineStep in net.sf.okapi.steps.idaligner
Classes in net.sf.okapi.steps.idaligner that implement IPipelineStep Modifier and Type Class Description classIdBasedAlignerStepAlign twoTextUnits based on matching ids. -
Uses of IPipelineStep in net.sf.okapi.steps.idbasedcopy
Classes in net.sf.okapi.steps.idbasedcopy that implement IPipelineStep Modifier and Type Class Description classIdBasedCopyStepThis step copies into a destination file (first input file) the text of a reference file (second input file) for text units that have the same id. -
Uses of IPipelineStep in net.sf.okapi.steps.imagemodification
Classes in net.sf.okapi.steps.imagemodification that implement IPipelineStep Modifier and Type Class Description classImageModificationStep -
Uses of IPipelineStep in net.sf.okapi.steps.inconsistencycheck
Classes in net.sf.okapi.steps.inconsistencycheck that implement IPipelineStep Modifier and Type Class Description classInconsistencyCheckStep -
Uses of IPipelineStep in net.sf.okapi.steps.inlinescodeschecker
Classes in net.sf.okapi.steps.inlinescodeschecker that implement IPipelineStep Modifier and Type Class Description classInlineCodesCheckerStep -
Uses of IPipelineStep in net.sf.okapi.steps.lengthchecker
Classes in net.sf.okapi.steps.lengthchecker that implement IPipelineStep Modifier and Type Class Description classLengthCheckerStep -
Uses of IPipelineStep in net.sf.okapi.steps.leveraging
Classes in net.sf.okapi.steps.leveraging that implement IPipelineStep Modifier and Type Class Description classBatchTmLeveragingStepclassLeveragingStep -
Uses of IPipelineStep in net.sf.okapi.steps.linebreakconversion
Classes in net.sf.okapi.steps.linebreakconversion that implement IPipelineStep Modifier and Type Class Description classLineBreakConversionStep -
Uses of IPipelineStep in net.sf.okapi.steps.localizablechecker
Classes in net.sf.okapi.steps.localizablechecker that implement IPipelineStep Modifier and Type Class Description classLocalizableCheckerStep -
Uses of IPipelineStep in net.sf.okapi.steps.moses
Classes in net.sf.okapi.steps.moses that implement IPipelineStep Modifier and Type Class Description classExtractionStepclassMergingStep -
Uses of IPipelineStep in net.sf.okapi.steps.msbatchtranslation
Classes in net.sf.okapi.steps.msbatchtranslation that implement IPipelineStep Modifier and Type Class Description classMSBatchTranslationStep -
Uses of IPipelineStep in net.sf.okapi.steps.paraaligner
Classes in net.sf.okapi.steps.paraaligner that implement IPipelineStep Modifier and Type Class Description classParagraphAlignerStepAlign paragraphs (TextUnits) between a source and target document. -
Uses of IPipelineStep in net.sf.okapi.steps.patternschecker
Classes in net.sf.okapi.steps.patternschecker that implement IPipelineStep Modifier and Type Class Description classPatternsCheckerStep -
Uses of IPipelineStep in net.sf.okapi.steps.qualitycheck
Classes in net.sf.okapi.steps.qualitycheck that implement IPipelineStep Modifier and Type Class Description classQualityCheckStep -
Uses of IPipelineStep in net.sf.okapi.steps.rainbowkit.creation
Classes in net.sf.okapi.steps.rainbowkit.creation that implement IPipelineStep Modifier and Type Class Description classExtractionStep -
Uses of IPipelineStep in net.sf.okapi.steps.rainbowkit.postprocess
Classes in net.sf.okapi.steps.rainbowkit.postprocess that implement IPipelineStep Modifier and Type Class Description classMergingStep -
Uses of IPipelineStep in net.sf.okapi.steps.repetitionanalysis
Classes in net.sf.okapi.steps.repetitionanalysis that implement IPipelineStep Modifier and Type Class Description classRepetitionAnalysisStepThe step analyzes repetitions in input documents. -
Uses of IPipelineStep in net.sf.okapi.steps.rtfconversion
Classes in net.sf.okapi.steps.rtfconversion that implement IPipelineStep Modifier and Type Class Description classRTFConversionStep -
Uses of IPipelineStep in net.sf.okapi.steps.scopingreport
Classes in net.sf.okapi.steps.scopingreport that implement IPipelineStep Modifier and Type Class Description classScopingReportStepMethod parameters in net.sf.okapi.steps.scopingreport with type arguments of type IPipelineStep Modifier and Type Method Description protected voidScopingReportStep. addStepsToList(List<IPipelineStep> list)Adds internal steps providing counts against single categories. -
Uses of IPipelineStep in net.sf.okapi.steps.searchandreplace
Classes in net.sf.okapi.steps.searchandreplace that implement IPipelineStep Modifier and Type Class Description classSearchAndReplaceStepThis step performs search and replace actions on either the text units or the full content of input documents. -
Uses of IPipelineStep in net.sf.okapi.steps.segmentation
Classes in net.sf.okapi.steps.segmentation that implement IPipelineStep Modifier and Type Class Description classSegmentationStep -
Uses of IPipelineStep in net.sf.okapi.steps.sentencealigner
Classes in net.sf.okapi.steps.sentencealigner that implement IPipelineStep Modifier and Type Class Description classSentenceAlignerStepAlign sentences between source and target paragraphs (TextUnits) and produce a TMX file with aligned sentences. -
Uses of IPipelineStep in net.sf.okapi.steps.spacecheck
Classes in net.sf.okapi.steps.spacecheck that implement IPipelineStep Modifier and Type Class Description classSpaceCheckStep -
Uses of IPipelineStep in net.sf.okapi.steps.termextraction
Classes in net.sf.okapi.steps.termextraction that implement IPipelineStep Modifier and Type Class Description classTermExtractionStep -
Uses of IPipelineStep in net.sf.okapi.steps.terminologyleveraging
Classes in net.sf.okapi.steps.terminologyleveraging that implement IPipelineStep Modifier and Type Class Description classTerminologyLeveragingStep -
Uses of IPipelineStep in net.sf.okapi.steps.textmodification
Classes in net.sf.okapi.steps.textmodification that implement IPipelineStep Modifier and Type Class Description classTextModificationStep -
Uses of IPipelineStep in net.sf.okapi.steps.tmimport
Classes in net.sf.okapi.steps.tmimport that implement IPipelineStep Modifier and Type Class Description classTMImportStep -
Uses of IPipelineStep in net.sf.okapi.steps.tokenization
Classes in net.sf.okapi.steps.tokenization that implement IPipelineStep Modifier and Type Class Description classTokenizationStep -
Uses of IPipelineStep in net.sf.okapi.steps.translationcomparison
Classes in net.sf.okapi.steps.translationcomparison that implement IPipelineStep Modifier and Type Class Description classTranslationComparisonStep -
Uses of IPipelineStep in net.sf.okapi.steps.ttxsplitter
Classes in net.sf.okapi.steps.ttxsplitter that implement IPipelineStep Modifier and Type Class Description classTTXJoinerStepclassTTXSplitterStep -
Uses of IPipelineStep in net.sf.okapi.steps.uriconversion
Classes in net.sf.okapi.steps.uriconversion that implement IPipelineStep Modifier and Type Class Description classUriConversionStep -
Uses of IPipelineStep in net.sf.okapi.steps.whitespacecorrection
Classes in net.sf.okapi.steps.whitespacecorrection that implement IPipelineStep Modifier and Type Class Description classWhitespaceCorrectionStepProvides a general whitespace correction step. -
Uses of IPipelineStep in net.sf.okapi.steps.wordcount
Classes in net.sf.okapi.steps.wordcount that implement IPipelineStep Modifier and Type Class Description classCharacterCountStepCharacter Counter pipeline step.classSimpleWordCountStepclassWordCountStepWord Counter pipeline step. -
Uses of IPipelineStep in net.sf.okapi.steps.wordcount.categorized
Constructor parameters in net.sf.okapi.steps.wordcount.categorized with type arguments of type IPipelineStep Constructor Description CategoryResolver(List<IPipelineStep> steps) -
Uses of IPipelineStep in net.sf.okapi.steps.wordcount.categorized.gmx
Classes in net.sf.okapi.steps.wordcount.categorized.gmx that implement IPipelineStep Modifier and Type Class Description classGMXAlphanumericOnlyTextUnitCharacterCountStepclassGMXAlphanumericOnlyTextUnitWordCountStepclassGMXExactMatchedCharacterCountStepclassGMXExactMatchedWordCountStepclassGMXFuzzyMatchCharacterCountStepclassGMXFuzzyMatchWordCountStepclassGMXLeveragedMatchedCharacterCountStepclassGMXLeveragedMatchedWordCountStepclassGMXMeasurementOnlyTextUnitCharacterCountStepclassGMXMeasurementOnlyTextUnitWordCountStepclassGMXNumericOnlyTextUnitCharacterCountStepclassGMXNumericOnlyTextUnitWordCountStepclassGMXProtectedCharacterCountStepclassGMXProtectedWordCountStepclassGMXRepetitionMatchedCharacterCountStepclassGMXRepetitionMatchedWordCountStep -
Uses of IPipelineStep in net.sf.okapi.steps.wordcount.categorized.okapi
-
Uses of IPipelineStep in net.sf.okapi.steps.wordcount.common
Classes in net.sf.okapi.steps.wordcount.common that implement IPipelineStep Modifier and Type Class Description classAltAnnotationBasedCountStepclassBaseCountStepBase abstract class for different counter steps (word count step, character count step, etc.).classTokenCharacterCountStepclassTokenCountStep -
Uses of IPipelineStep in net.sf.okapi.steps.xliffsplitter
Classes in net.sf.okapi.steps.xliffsplitter that implement IPipelineStep Modifier and Type Class Description classXliffJoinerStepclassXliffSplitterStepSplits a single XLIFF file into multiple files, split on the file element.classXliffWCSplitterStep -
Uses of IPipelineStep in net.sf.okapi.steps.xmlanalysis
Classes in net.sf.okapi.steps.xmlanalysis that implement IPipelineStep Modifier and Type Class Description classXMLAnalysisStep -
Uses of IPipelineStep in net.sf.okapi.steps.xmlcharfixing
Classes in net.sf.okapi.steps.xmlcharfixing that implement IPipelineStep Modifier and Type Class Description classXMLCharFixingStep -
Uses of IPipelineStep in net.sf.okapi.steps.xmlvalidation
Classes in net.sf.okapi.steps.xmlvalidation that implement IPipelineStep Modifier and Type Class Description classXMLValidationStep -
Uses of IPipelineStep in net.sf.okapi.steps.xsltransform
Classes in net.sf.okapi.steps.xsltransform that implement IPipelineStep Modifier and Type Class Description classXSLTransformStep
-