Okapi Framework - FiltersTTX Filter |
|
If you are using an Okapi Tool after the M9 release, you should be using the wiki online help:
http://www.opentag.com/okapi/wiki/index.php?title=TTX_Filter
The TTX Filter is an Okapi component that implements the IFilter interface for
Trados TTX documents. The filter is implement in the class
net.sf.okapi.filters.ttx.TTXFilter of the Okapi library.
TTX is a bilingual format used by some of the versions of the Trados tools, and supported by several other tools. There are no official public specifications available.
The filter decides which encoding to use for the input document using the following logic:
If the output encoding is UTF-8:
The type of line-breaks of the output is the same as the one of the original input.
TTX is a format where the target text cannot be represented if the text is not segmented. To resolve that issue, the filter has an option to force un-segmented entires to be output as a segment. This option is set by default.
The <DF> TTX tag causes problems in some cases.
The filter offers the following options:
Force un-segmented entires to be output as a segment -- Set this option to force un-segmented entries to be written out with a translation part, as a single segment.
Escape the greater-than characters -- Set this option to have
all greater-than characters ('>') escaped as ">" in
the output.