DeepL MT Connector: Difference between revisions

From Okapi Framework
Jump to navigation Jump to search
(Created page with "{{Connectors Header}} __TOC__ ==Overview== Starting in M36, DeepL MT service API (documented at https://www.deepl.com/api.html) can be access with this connector. ==Using th...")
 
No edit summary
Line 19: Line 19:
==Limitations==
==Limitations==


* There are limitations in the size of the query and the number of segments that can be submitted at once.
* There are limitations in the size of the query and the number of segments that can be submitted at once. The connector tries to handle those restriction. See the DeepL API for more information.
The connector tries to handle those restriction. See the DeepL API for more information.


* The <tt>split_sentences</tt> and <tt>preserve_formatting</tt> options are not supported yet.
* The <tt>split_sentences</tt> and <tt>preserve_formatting</tt> options are not supported yet.


[[Category:Connectors]]
[[Category:Connectors]]

Revision as of 19:10, 1 April 2018

Overview

Starting in M36, DeepL MT service API (documented at https://www.deepl.com/api.html) can be access with this connector.

Using the Connector

The connector can be accessed programmatically.

Parameters

DeepL authentication key (internal name: authKey) — the API key to allow access to the API.

Get plain-text translation (internal name: plainText) — Option to get plain-text MT candidates from DeepL. When this option is set the segments submitted to the DeepL API are stripped of inline codes. When this option is not set, the inline codes are converted to XML generic tags and submitted as such to DeepL, and then converted back to the original inline codes.

Limitations

  • There are limitations in the size of the query and the number of segments that can be submitted at once. The connector tries to handle those restriction. See the DeepL API for more information.
  • The split_sentences and preserve_formatting options are not supported yet.