| Modifier and Type | Interface and Description |
|---|---|
interface |
ICallableStep<T>
Step that implements the Callable interface and can be run concurrently.
|
interface |
IWorkQueueStep<T>
Step that can process multiple events concurrently.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasePipelineStep
Abstract implementation of the
IPipelineStep interface. |
| Modifier and Type | Method and Description |
|---|---|
IPipelineStep |
IWorkQueueStep.getMainStep()
Gets the main step wrapped by IWorkQueueStep
|
IPipelineStep |
ICallableStep.getMainStep()
Gets the main step wrapped by ICallableStep
|
| Modifier and Type | Method and Description |
|---|---|
List<IPipelineStep> |
Pipeline.getSteps() |
List<IPipelineStep> |
IPipeline.getSteps()
Gets the list of all steps in this pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Pipeline.addStep(IPipelineStep step) |
void |
IPipeline.addStep(IPipelineStep step)
Adds a step to this pipeline.
|
void |
IWorkQueueStep.setMainStep(IPipelineStep step)
Sets the main (template for all callabale steps) pipeline step
MUST BE CALLED BEFORE init()
|
| Modifier and Type | Method and Description |
|---|---|
IPipelineStep |
ConfigurationParameter.getStep()
Gets the step for this parameter.
|
| Modifier and Type | Method and 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 the
ConfigurationParameter in a given step. |
void |
ConfigurationParameter.setStep(IPipelineStep step)
Sets the step for this parameter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineDriver.addStep(IPipelineStep step) |
void |
IPipelineDriver.addStep(IPipelineStep step)
Adds a step to the pipeline currently associated with this driver.
|
static void |
PipelineDriverUtils.assignRuntimeParameters(PipelineDriver driver,
IPipelineStep step,
IBatchItemContext item,
List<ConfigurationParameter> pList)
Called from WorkQueuePipelineDriver
|
static void |
PipelineDriverUtils.assignSingleRuntimeParameter(PipelineDriver driver,
IPipelineStep currentStep,
IBatchItemContext item,
ConfigurationParameter p) |
| Modifier and Type | Class and Description |
|---|---|
class |
XPipeline |
class |
XPipelineAsStepImpl
Pipeline as step delegate.
|
class |
XPipelineStep |
| Modifier and Type | Method and Description |
|---|---|
IPipelineStep |
XPipelineStep.getStep() |
| Constructor and 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,
IParameters parameters) |
XPipelineStep(IPipelineStep step,
URL parametersURL,
boolean ignoreErrors) |
XPipelineStep(IPipelineStep step,
XParameter... parameters) |
| Constructor and Description |
|---|
XPipelineStep(Class<? extends IPipelineStep> stepClass,
IParameters parameters) |
XPipelineStep(Class<? extends IPipelineStep> stepClass,
URL parametersURL,
boolean ignoreErrors) |
XPipelineStep(Class<? extends IPipelineStep> stepClass,
XParameter... parameters) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPipelineStep
Abstract implementation of the
IPipelineStep interface. |
class |
CompoundStep |
class |
DocumentPartLogger |
class |
EventListBuilderStep |
class |
EventLogger |
class |
GroupLogger |
class |
SubfilterLogger |
class |
TextUnitLogger |
class |
TuDpLogger |
class |
TuDpSgLogger |
class |
TuDpSsfLogger |
class |
TuSsfLogger |
| Modifier and Type | Field and Description |
|---|---|
protected LinkedList<IPipelineStep> |
CompoundStep.steps |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
CompoundStep.addStepsToList(List<IPipelineStep> list) |
| Modifier and Type | Class and Description |
|---|---|
class |
OriginalDocumentXliffMergerStep
Tkit merger which re-filters the original source file to provide the
skeleton for merging.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<IPipelineStep> |
PreprocessingFilter.getSteps() |
| Constructor and Description |
|---|
PreprocessingFilter(IFilter filter,
IPipelineStep... steps) |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchTranslationStep |
| Modifier and Type | Class and Description |
|---|---|
class |
BOMConversionStep |
| Modifier and Type | Class and Description |
|---|---|
class |
CharactersCheckerStep |
| Modifier and Type | Class and Description |
|---|---|
class |
CharListingStep |
| Modifier and Type | Class and Description |
|---|---|
class |
CleanupStep |
| Modifier and Type | Class and Description |
|---|---|
class |
CodesRemovalStep |
| Modifier and Type | Class and Description |
|---|---|
class |
ConvertSegmentsToTextUnitsStep
Convert single segmented
ITextUnits to multiple TextUnits, one per aligned sentence pair, for each target locale. |
class |
ExtractionVerificationStep
Verifies if a
RawDocument is extracted and merged back properly. |
class |
FilterEventsToRawDocumentStep
Converts filters events into a
RawDocument. |
class |
FilterEventsWriterStep
Outputs filters events into a document.
|
class |
RawDocumentToFilterEventsStep
Converts a
RawDocument into filter events. |
class |
RawDocumentToOutputStreamStep
Writes a
RawDocument to an OutputStream. |
class |
RawDocumentWriterStep
Writes a
RawDocument to an output file. |
class |
ResourceSimplifierStep
Converts events, i.e.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CodeSimplifierStep
!!! 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.
|
class |
PostSegmentationCodeSimplifierStep
Simplify inline codes by merging adjacent codes (where safe) and trimming start and end codes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CopySourceOnEmptyTargetStep |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateTargetStep |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoveTargetStep |
| Modifier and Type | Class and Description |
|---|---|
class |
SkeletonConversionStep |
| Modifier and Type | Class and Description |
|---|---|
class |
TuFilteringStep |
| Modifier and Type | Class and Description |
|---|---|
class |
CopyOrMoveStep |
| Modifier and Type | Class and Description |
|---|---|
class |
DesegmentationStep |
| Modifier and Type | Class and Description |
|---|---|
class |
DiffLeverageStep
Contextually match source "paragraphs" (full content of the TextUnit source) between two documents using a standard diff algorithm
(http://en.wikipedia.org/wiki/Diff).
|
| Modifier and Type | Class and Description |
|---|---|
class |
EncodingConversionStep |
| Modifier and Type | Class and Description |
|---|---|
class |
EnrycherStep |
| Modifier and Type | Class and Description |
|---|---|
class |
ExternalCommandStep
Run a Command line tool on
RawDocument Events. |
| Modifier and Type | Class and Description |
|---|---|
class |
FormatConversionStep |
| Modifier and Type | Class and Description |
|---|---|
class |
FullWidthConversionStep |
| Modifier and Type | Class and Description |
|---|---|
class |
GeneralCheckerStep |
| Modifier and Type | Class and Description |
|---|---|
class |
GenerateSimpleTmStep |
| Modifier and Type | Class and Description |
|---|---|
class |
IdBasedAlignerStep
Align two
TextUnits based on matching ids. |
| Modifier and Type | Class and Description |
|---|---|
class |
IdBasedCopyStep
This 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImageModificationStep |
| Modifier and Type | Class and Description |
|---|---|
class |
InconsistencyCheckStep |
| Modifier and Type | Class and Description |
|---|---|
class |
InlineCodesCheckerStep |
| Modifier and Type | Class and Description |
|---|---|
class |
LengthCheckerStep |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchTmLeveragingStep |
class |
LeveragingStep |
| Modifier and Type | Class and Description |
|---|---|
class |
LineBreakConversionStep |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalizableCheckerStep |
| Modifier and Type | Class and Description |
|---|---|
class |
ExtractionStep |
class |
MergingStep |
| Modifier and Type | Class and Description |
|---|---|
class |
MSBatchTranslationStep |
| Modifier and Type | Class and Description |
|---|---|
class |
ParagraphAlignerStep
Align paragraphs (TextUnits) between a source and target document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PatternsCheckerStep |
| Modifier and Type | Class and Description |
|---|---|
class |
QualityCheckStep |
| Modifier and Type | Class and Description |
|---|---|
class |
RepetitionAnalysisStep
The step analyzes repetitions in input documents.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RTFConversionStep |
| Modifier and Type | Class and Description |
|---|---|
class |
ScopingReportStep |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ScopingReportStep.addStepsToList(List<IPipelineStep> list)
Adds internal steps providing counts against single categories.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SearchAndReplaceStep
This step performs search and replace actions on either the text units or the full content of input documents.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SegmentationStep |
| Modifier and Type | Class and Description |
|---|---|
class |
SentenceAlignerStep
Align sentences between source and target paragraphs (TextUnits) and produce a TMX file with aligned sentences.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleTM2TMXStep |
| Modifier and Type | Class and Description |
|---|---|
class |
SpaceCheckStep |
| Modifier and Type | Class and Description |
|---|---|
class |
TermExtractionStep |
| Modifier and Type | Class and Description |
|---|---|
class |
TerminologyLeveragingStep |
| Modifier and Type | Class and Description |
|---|---|
class |
TextModificationStep |
| Modifier and Type | Class and Description |
|---|---|
class |
TMImportStep |
| Modifier and Type | Class and Description |
|---|---|
class |
TokenizationStep |
| Modifier and Type | Class and Description |
|---|---|
class |
TranslationComparisonStep |
| Modifier and Type | Class and Description |
|---|---|
class |
TTXJoinerStep |
class |
TTXSplitterStep |
| Modifier and Type | Class and Description |
|---|---|
class |
UriConversionStep |
| Modifier and Type | Class and Description |
|---|---|
class |
WhitespaceCorrectionStep
Provides a general whitespace correction step.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CharacterCountStep
Character Counter pipeline step.
|
class |
SimpleWordCountStep |
class |
WordCountStep
Word Counter pipeline step.
|
| Constructor and Description |
|---|
CategoryResolver(List<IPipelineStep> steps) |
| Modifier and Type | Class and Description |
|---|---|
class |
GMXAlphanumericOnlyTextUnitCharacterCountStep |
class |
GMXAlphanumericOnlyTextUnitWordCountStep |
class |
GMXExactMatchedCharacterCountStep |
class |
GMXExactMatchedWordCountStep |
class |
GMXFuzzyMatchCharacterCountStep |
class |
GMXFuzzyMatchWordCountStep |
class |
GMXLeveragedMatchedCharacterCountStep |
class |
GMXLeveragedMatchedWordCountStep |
class |
GMXMeasurementOnlyTextUnitCharacterCountStep |
class |
GMXMeasurementOnlyTextUnitWordCountStep |
class |
GMXNumericOnlyTextUnitCharacterCountStep |
class |
GMXNumericOnlyTextUnitWordCountStep |
class |
GMXProtectedCharacterCountStep |
class |
GMXProtectedWordCountStep |
class |
GMXRepetitionMatchedCharacterCountStep |
class |
GMXRepetitionMatchedWordCountStep |
| Modifier and Type | Class and Description |
|---|---|
class |
AltAnnotationBasedCountStep |
class |
BaseCountStep
Base abstract class for different counter steps (word count step, character count step, etc.).
|
class |
TokenCharacterCountStep |
class |
TokenCountStep |
| Modifier and Type | Class and Description |
|---|---|
class |
XliffJoinerStep |
class |
XliffSplitterStep
Splits a single XLIFF file into multiple files, split on the file element.
|
class |
XliffWCSplitterStep |
| Modifier and Type | Class and Description |
|---|---|
class |
XMLAnalysisStep |
| Modifier and Type | Class and Description |
|---|---|
class |
XMLCharFixingStep |
| Modifier and Type | Class and Description |
|---|---|
class |
XMLValidationStep |
| Modifier and Type | Class and Description |
|---|---|
class |
XSLTransformStep |
Copyright © 2021. All rights reserved.