Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

...

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.

...