Moses MT Connector

From Okapi Framework
Jump to navigation Jump to search

Overview

Moses can be run as an XML-RPC server via the mosesserver command. The Moses MT Connector is an XML-RPC client that can connect to both local and remote instances of mosesserver. This connector supports inline codes, but they are added to the end of the target segment.

Example launching mosesserver:

$ mosesserver -f moses.ini

Parameters

serverURL — The URL used by mosesserver. Default is http://localhost:8080/RPC2

Limitations

  • De-tokenization (re-casing etc.) is not fully supported in all languages.
  • Clean-up of the translated segment is partially implemented.