Steps: Difference between revisions

From Okapi Framework
Jump to navigation Jump to search
m (1 revision imported)
No edit summary
Line 32: Line 32:
* <span class='green'>FE->FE</span>&nbsp; [[LanguageTool Step]]
* <span class='green'>FE->FE</span>&nbsp; [[LanguageTool Step]]
* <span class='green'>FE->FE</span>&nbsp; [[Leveraging Step]]
* <span class='green'>FE->FE</span>&nbsp; [[Leveraging Step]]
* <span class='blue'>RD->RD</span>&nbsp; [[Line-Break Conversion Step]]
|
|
* <span class='blue'>RD->RD</span>&nbsp; [[Line-Break Conversion Step]]
* <span class='blue'>FE->FE</span>&nbsp; [[Localizables Check Step]]
* <span class='blue'>FE->FE</span>&nbsp; [[Localizables Check Step]]
* <span class='green'>FE->FE</span>&nbsp; [[Microsoft Batch Translation Step]]
* <span class='green'>FE->FE</span>&nbsp; [[Microsoft Batch Translation Step]]

Revision as of 07:16, 30 August 2016

Steps are components that execute one specific task. You use them by chaining them into pipelines. See for example "How to Create a Pipeline in Rainbow" to see how steps can be used. Rainbow also comes with several pre-defined pipelines using some of these steps.

The Okapi Framework comes with several ready-to-use steps:

Legend:

RD->RD = the step takes raw document and sends raw document
RD->FE = the step takes raw document and sends filter events
FE->FE = the step takes filter events and sends filter events
FE->RD = the step takes filter events and sends raw document
FE->RD/FE = the step takes filter events and sends either raw document or filter events