ModernMT API Connector: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Connectors Header}} __TOC__ ==Overview== TODO See https://github.com/ModernMT/MMT/wiki/API-Translate for details. ==Using the Connector== In Rainbow, the connector c...") |
m (→Overview) |
||
| Line 3: | Line 3: | ||
==Overview== | ==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 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 [[https://github.com/ModernMT/MMT/wiki/API-Documentation here]] to allow you to translate using an engine hosted on an MMT instance. | |||
==Using the Connector== | ==Using the Connector== | ||
Revision as of 15:39, 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.
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) — TODO
Context for the ModernMT Engine call (internal name: context) — TODO
Limitations
TODO