Details
-
Bug
-
Resolution: Fixed
-
None
-
High
-
When the MT pre-translation checkbox is not checked in the match analysis overview, and batch query is enabled, all associated MT resources will not be used for batch query.
-
Empty show more show less
Description
Currently MT is always queried, when doing an analysis in batch mode. Even if MT pre-translation is off. This produces a lot of unnecessary costs and must be changed. It should only be queried, if MT pre-translation is on. And even for pre-translation only those segments should be send to the MT, that have an empty target - not all.
In a first step we could simply implement, that if pre-translation is off, the batch-cache for the MT gets the match-rate defined for the MT in the configuration for all segments without querying the MT at all.
In a second step we could somehow mark, which segments where already send to the TM and then the MT worker would only send those to MT, that are not pre-translated but already queried with all assigned TMs.
Attachments
Issue Links
- causes
-
TRANSLATE-2364 Improve batch algorithm in pre-translation and analysis
- Open
- relates to
-
TRANSLATE-2764 Refactor MatchAnalysis code and reduce memory usage
- Selected for dev