Documentation Center

Installing new language pairs

Procedure

Modify the configuration file to reflect the new language pairs being installed. This is done under mtedge.tengines.

Example to add a new language pair:

mtedge:
  tengines:
  ...
    engchi:                              # any unique name for this Translation Engine
      lp: engchi_generic_srv_tnmv_8_4_x_5  # LP name. Provided by Language Weaver. Must match the container image
      processingUnits: 1                   # how many Processing Units to use from the license
      replicas: 2                          # fixed number of replicas (2), as opposed to auto-scale
  ...