As of WorldServer 9.0, you can choose how you want users to update translation memories: either dynamically, as they translate (Live TM mode) or statically, when they select a button (Non-Live mode). By default, WorldServer runs in Live TM mode, because this enables users to share the same translation memory in real time or near-real time.
Procedure
- Go to the tm.properties file and do one of the following:
- To enable Live TM mode, set the value of the
enable_live_translation_memory property to true.
- To disable Live TM mode, set the value of the
enable_live_translation_memory property to false.
- Optional: Configure other properties related to Live TM mode:
maximum_exact_translation_status: Determines the maximum status that WorldServer gives to 100% matches.
require_reviewed_status_for_ice: Determines if TM entries must have the Reviewed status as a requirement for ICE matches. By default, unreviewed TM entries do not meet the criteria for ICE matches (require_reviewed_status_for_ice=true). To make Pending Review TM entries with ICE match scores have their segment translation status set to Pending Review (instead of Reviewed), uncomment this property and set it to false. In Non-Live mode, all TM entries are reviewed, so this configuration does not affect ICE matches.
tm_score_unreviewed_match_penalty: Defines the penalty for TM matches with an unreviewed translation status. In Non-Live mode, all TM entries are reviewed, so this configuration does not affect ICE matches. This is a leverage-level penalty. It is applied to the final score produced by the match and only during leverage-based processes. Specify a value between 0 and 1. This penalty applies to all TM matches.
By default, these properties are commented out. To apply them, uncomment them and specify appropriate values.
- Stop WorldServer and start it again.