Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

The language resources is now available as core code in translate5.


CategorySegment Edit Helper

Purpose

Provides the usage of third party TM and MT systems in translate5.

Bootstrap Class

editor_Plugins_TermTagger_Bootstrap
TypeCore plug-in (delivered with translate5 core)

 

Description

Enables the usage of third party TM and MT systems in translate5. To support a MT / TM a so called service must be implemented in the plug-in. This is quite easy and usually a matter of days. Please contact us, if you need help on this.

Moses MT and OpenTM2 are supported.

TM/MT systems (or in general match resources) can be associated to tasks. In such tasks the user gets automatically found matches to the segments he is editing.

Also a concordance search is provided.

Configuration of the MatchResource Plug-In

Config nameValuesDefaultDescription

runtimeOptions.plugins.MatchResource.preloadedTranslationSegments

integer3Number of segments for which matches are preloaded (cached) in the front-end.
runtimeOptions.plugins.MatchResource.moses.serverjson array[ ]Moses MT related: List of available Moses Server, example: ["http://www.translate5.net:8124/RPC2"]
runtimeOptions.plugins.MatchResource.moses.matchrateinteger, 0 - 10070

Moses MT related: Moses MT penalty value, used as default matchrate since in MT no matchrate is available.

  • No labels