How to set up a Language Weaver Cloud Adapter in WorldServer with the Apply Machine Translation step in a workflow so that MT populates all segments that are not 100% or ICE match? |
To get MT to populate all segments that are not 100% or ICE match, the following configuration is needed: 1) In the Management > Linguistic Tool Setup > Machine Translation Configurations, select the configuration a) Under Translation Configuration, do the following: Set Fuzzy Score of MT Segments to: 100 Do not translate matches above Score: 100 To apply machine translation, you have 2 options: 2) Enable the option Leverage Assigned MT in the Segment Asset step by selecting Yes: 2) In the workflow, in the Apply Machine Translation step a) Set the Minimum pre-translation score to 100 In both scenarios (Segment Asset or Apply Machine Translation) it is important to note that MT will not overwrite any 100% or ICE translations. MT will only get applied to blank target translations at the Apply Machine Translation step.
For live TM mode (in tm.properties, enable_live_translation_memory=true): MT translations in live TM mode will have the status="None", for the translations to be updated in the TM, the status needs to be set as Reviewed or Pending Review For non-live TM mode (in tm.properties, enable_live_translation_memory=false): If the option is to not update the TM for the MT translations:
|