• TerminologyProvider does not reliably generate scores for Fuzzy Search

    Hello, I am using Trados Studio 2024 (not SR1) and I have another question. After getting the search with the TerminologyProviderManager Singleton to work (see the answers in this question ) I noticed some strange behavior. My goal is to get the scores…
  • Has setting ITerminologyProvider.ActiveFilter any impact?

    There is a new Terminology Provider API since Studio 2022 SR2 and I was quite excited when I saw that it now should be possible to manage Filters (see how-to-update-plugins-to-trados-studio-2022-sr2 ) When I change the value in the UI it is reflected…
  • How to use the terminology recognition function of Trados to obtain recognition results by loading the .sdltb file

    I am developing a trados translation plug-in based on "Sdl.Community.DeepLMTProvider", which has implemented the function of sending source text and translating through API. I saw that the terminology recognition function of trados has been realized by…
  • Lemmatization plugin development (lemmatization + default term recognition) for Trados Studio 2022

    Hello everyone, I'm student currently working on my diploma thesis, focusing on the development of a plugin for Trados Studio 2022. The primary goal of this plugin is to integrate lemmatization functionality into the terminology provider before proceeding…
  • Trigger Definition in TerminologyProvider

    Hi, I am implementing a Terminology provider for Trados 2022 SR2. I provide the fields that show in the Hitlist fields, through the descriptive fields, given in the getter of Definition in TerminologyProvider class. This works fine, but the time…
  • Terminology plugin Settings button disabled for version 17.2.x

    Hi, I recently followed the instructions for migrating our terminology plugin to the latest Trados 2022 (17.2.x). https://developers.rws.com/studio-api-docs/articles/hints_tips/Update_Plugins/how_to_update_plugins_to_trados_studio_2022_sr2.html …
  • Trados Studio 2022 SR2 Terminology Provider

    Hi, In Trados Studio 2022 SR2 the 'Sdl.Terminology.TerminologyProvider.Core.AbstractTerminologyProvider' class has been removed from 'Sdl.Terminology.TerminologyProvider.Core.dll'. Is this on purpose? Does that mean the SR2 is no longer compatible…
  • Language regions are not provided on Terminology provider

    Hi, I am implementing a Terminology provider for Trados via the SDK. Now, let's say that I am creating a project in Trados with Swiss German (deu-ch) as destination language. When I try to search with the terminology provider I get plain German…
  • Multiple custom terminology provider throws "Sequence contains more than one matching element"

    Hi Everyone, Developing a custom terminology provider and we have noticed that if we add multiple provider, then on opening any file for editing, we get an "Sequence contains more than one matching element" (see full stack trace in attached XML). …
  • Terminology Provider Installation issues

    We have implemented a new plugin with the Terminology Probider SDK for Trados Studio. I am using the instructions from the developer point of view to install and update the plugin when I test and it works fine. The problem is when I give the plugin…
  • Custom terminology provider - Could not connect to default termbase

    Hi, Created a custom terminology provider and it works properly, however one of our client reported the following create a new project add a custom terminology provider with a termbase (during new project wizard) open project, everything works…
  • Compatibility of Trados Studio Plugin

    Hi, I have build a Trados Studio Terminology Plugin and have been testing it with Trados Studio 2021. I want to know which versions of Trados Studio, this plugin is supporting. I tried to find this information in the documentation here: https…
  • Delete Term with Terminology Provider API

    I am currently implementing a Terminology Provider for Trados using the API (SDK) I have successfully implemented already AddTerm and JumpToTerm according to the following interface: https://developers.rws.com/studio-api-docs/api/terminology/Sdl.Terminology…
  • Credentials not coming back when studio is closed using ITerminologyProviderCredentialStore

    For storing credentials, I tried using TerminologyProviderFactory , but credentials not coming back after Studio is closed. Credentials that are stored are successfully saved and can be used in plugin until SDL Studio is closed. The problem is similar…
  • Developing a real-time terminology plug-in

    I am considering having a plug-in developed like IATE Real-Time Terminology . Since I do not want to reinvent the wheel, I wonder what would be the best way to go ahead. For example, would the content need to be in JSON or XML, would any processing…
  • Is it possible to read term bases?

    I am making a batch task for automatic translation. Is it possible to read the term base for the project file during the batch task?
  • Studio 2015 SR2 SDK

    I'm happy to announce that today (18th of April) we released a new version of the Studio SDK which comes with the following additions: Batch Task API sample project installed together with the other samples Microsoft Visual Studio project template…
  • RE: Term base API

    The documentation is still in the early stages but you can find it here . For a sample app you can have a look here . If you have other questions don't hesitate to ask in the community.