Okapi Framework - StepsText Transliteration Step |
|
|
- Overview - Parameters |
|
If you are using an Okapi Tool after the M9 release, you should be using the wiki online help:
http://okapiframework.org/wiki/index.php?title=Text_Transliteration_Step
This step transforms the content of the text units.
Takes: Filter events
Sends: Filter events
If the text unit is set as non-translatable it is not modified.
ICU Transformation ID -- Select the transformation to apply.
The list of available transformations is too long to list here, and might also change with the ICU version.
But here are some examples:
Serbian-Latin/BGN -- Converts Serbial Cyrillic to Serbian LatinAny-Latin -- Converts any text to LatinAny-NFD -- Performs a Unicode decomposition[^\u0000-\u007f] Remove -- Remove all characters outside the ASCII range.It also supports Compound IDs.
For example Any-Latin;NFD;[^\\u0000-\\u007f] Remove will convert all characters to Latin, decompose, and remove everything outside the ASCII range.
See the ICU "General Transforms" page for more info.
From target locale -- Set this option to tell the step the LocaleId of the target used as input for the text transform.
To target locale -- Set this option to tell the step the LocaleId of the target in which to store the result of the text transform.