ModernMT API Connector: Difference between revisions
m (→Overview) |
m (→Parameters) |
||
| Line 21: | Line 21: | ||
==Parameters== | ==Parameters== | ||
<cite>URL for ModernMT Engine</cite> (internal name: <tt>url</tt>) — | <cite>URL for ModernMT Engine</cite> (internal name: <tt>url</tt>) — Mandatory. The URL of the ModernMT engine to connect to. | ||
<cite>Context for the ModernMT Engine call</cite> (internal name: <tt>context</tt>) — | <cite>Context for the ModernMT Engine call</cite> (internal name: <tt>context</tt>) — Optional. The context/domain for the translation. | ||
==Limitations== | ==Limitations== | ||
Revision as of 15:45, 13 August 2017
Overview
ModernMT (MMT) is a context-aware, incremental and distributed general purpose Machine Translation technology. MMT is being developed as a European Union funded open-source project. You can find more information on the project at [http://www.modernmt.eu]
The MMT system can be used to develop and host your own engines that can be used in your translation pipeline. This connector uses the REST API [here] to allow you to translate using an engine hosted on an MMT instance.
Before using the connector you must have started an engine in MMT using:
./mmt start
or
./mmt start -e <engine_name>
Using the Connector
In Rainbow, the connector can be accessed through the Leveraging Step. It can also be called programatically.
Parameters
URL for ModernMT Engine (internal name: url) — Mandatory. The URL of the ModernMT engine to connect to.
Context for the ModernMT Engine call (internal name: context) — Optional. The context/domain for the translation.
Limitations
TODO