I have a TM with several incorrect spelled terms in Target. How can I simply scan, list and correct it ?
Arnaud

I have a TM with several incorrect spelled terms in Target. How can I simply scan, list and correct it ?
Arnaud
Hi Arnaud Dupin de Beyssat
Another approach consists in installing the plugin "Filetype definition for TMX" in Studio.
This will allow you to open the TMX like another document in the Studio Editor and run a spellcheck on it (F7).
This works fine as long as your TM is quite small. Large TMs may either take ages to load or even not load into the Editor or even trigger an out of memory error.
To avoid this, follow Paul's suggestion and slice your TM in processable chunks,
On the other hand, if your TM chunks are not too big and load well in the Studio Editor, this method may run faster than using the TM Editor.
Hi Arnaud Dupin de Beyssat
Another approach consists in installing the plugin "Filetype definition for TMX" in Studio.
This will allow you to open the TMX like another document in the Studio Editor and run a spellcheck on it (F7).
This works fine as long as your TM is quite small. Large TMs may either take ages to load or even not load into the Editor or even trigger an out of memory error.
To avoid this, follow Paul's suggestion and slice your TM in processable chunks,
On the other hand, if your TM chunks are not too big and load well in the Studio Editor, this method may run faster than using the TM Editor.
Thank you, Walter. It seems work fine. But my problem now is how to slice the TM in processable chunks?
Regards