includeHomonyms

Hello,



I found the includeHomonyms property in the Trados code. I want to set it to false. Do you know where I can find this setting in the UI, or if it's possible to change it programmatically?



Thank you,

Helena

Parents Reply Children
  • Hello,

    We use two termbases in our project - the first one is our terminology provider plugin and the second one is a real file termbase which is disabled. In our plugin, we read the real termbase, lemmatize it, and override the Search method. We provide results from the real termbase, but it can lemmatize the source/target segment and terms in the real termbase and find the hits. F8 for verification - usage of terms must work, too. F8 fires the same Search method on all segments in both languages and compares results on both sides based on their entry IDs, right? It seems verification works only with the first termbase (our plugin in this case), right? The Search setting does not help - I suppose it works only for search, not for verification. We do not have trouble with standard term recognition but only with verification of term usage (Verification Settings -> Check for possible non-usage of target terms: true).

    When one term is found in the source segment, Trados Studio expects one corresponding term in the target segment with the same entry ID - this works fine. However, if it finds two terms with the same ID in the source segment, it expects FOUR terms with the same ID in the translation. If it finds three occurrences in the source, it demands NINE occurrences in the target. I eventually found that if I use SearchAndMarkup instead of Search and provide exact positions of search results, I can avoid this issue.

    Best regards,
    Helena