Bilingual File Connector

From Okapi Framework
Revision as of 19:19, 4 June 2016 by Ysavourel (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

This connector allows one to directly query any Okapi-supported bilingual file format.

Under the hood it imports the specified file to a temporary Pensieve TM; all queries are actually serviced by the Pensieve TM Connector.

Parameters

Bilingual file — The path of the file to use. The file must be a bilingual file such as a TMX, PO, etc.

Input encoding — The encoding of the bilingual file. This is only used if the filter cannot auto-detect the encoding. The default depends on your system.

Limitations

  • Okapi must be able to auto-detect the appropriate file filter for the bilingual file. In practice this means that the file must have the correct extension (e.g. .tmx for TMX files, etc.).
  • Custom filter configurations are currently not supported.