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…
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…
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…
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…
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…
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
…
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…
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…
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).
…
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…
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…
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…
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…
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…
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…
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…
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.