Extra Spellchecker in Studio 2015

Hello everybody, I am wondering if it is possible to run an Italian grammar check, in Trados Studio 2015, along with the one provided by Microsoft word .
I've found for example a free tool "Language tool" which is, if I am not wrong, used for some open source editors.
I don't know how to link that platform to Studio though.
Paul Filkin said in one post on Proz that it is possible to improve the Studio spellchecker through adding .aff and .dic files in the concerned folder.
Now, "Language tool" is provided with an  .oxt file for OpenOffice, but I cannot find the .aff and the .dic files in it. Does anybody has any idea or suggestion about how to add this spellcheck tool to Studio?
Thank you
Davide

Parents
  • Hello Davide,

    This thread was moved by someone into this group, probably because you are asking how to add additional languages through Hunspell... at least referring to something I've said in the past in this way is what you seem to be asking.  This is different to the question you asked me in my blog.  That was about the API.

    So, let's try and understand what you're really trying to achieve here.  First of all Studio can use two different spell checkers out of the box.  Microsoft and Hunspell.  If you use Microsoft then this is controlled by the language packs you have installed for spelling in Microsoft Office as we use the same ones.

    If you use Hunspell then this is based on the OpenSource spelling dictionaries provided in various tools and with these they are all based on the available languages that we install by default into here:

    c:\Program Files (x86)\SDL\SDL Trados Studio\Studio4\HunspellDictionaries\

    In this location you will find the *.aff and *.dic files for all the supported language pairs.  So for Italian this includes these already:

    it_IT.aff
    it_IT.dic

    If you wanted to add a different flavour then you could take a copy of these files, rename them as something else, like this for example:

    it_CH.aff
    it_CH.dic

    And add a line into the spellcheckmanager_config.xml file that sits in the same folder like this:

    <language>
       <isoCode>it-CH</isoCode>
       <dict>it_CH</dict>
    </language>

    Restart Studio and now you have the Swiss variant of Italian available to you.

    However, based on your post in my blog I think you are actually referring to this:

    This is something else and to integrate this with Studio would require a developer to use the Studio API to integrate with this tool.  So if you originally posted into the developer community then I think this information is the bit you are missing.  

    You are looking for a developer who can integrate this LanguageCode application into Studio.

    This then raises an obvious question immediately.  Is this something you are willing to pay for, or do you just want to see if there are any willing developers who would take this on for free?

    Regards

    Paul

    Paul Filkin | RWS Group

    ________________________
    Design your own training!

    You've done the courses and still need to go a little further, or still not clear? 
    Tell us what you need in our Community Solutions Hub

  • Hello Paul,
    let me try to explain better: I am wondering if it is possible to run grammar checks on Italian text, in target segments, in addition to the Hunspell and MS Word checkers already available. I see there is, for example, a programme called "antidote" for French that can work in addition to the Hunspell and the MS Word checkers.
    For Italian I have found this "Language tool" that can run grammar checks in a way similar, I think, to the French programme "Antidote".
    On your blog I wrote about the fact that I contacted to the team of developers of "Language tool" though just to know if they are aware of products that can link their programme to a CAT, only to know if I missed some bits of information in their website (I didn't want to know if they were available to work on it). So, at the moment, I am not looking for developers who can create this sort of link between Language tool and Studio.

    After that enquiry, I looked for other ways to have this extra grammar check in Studio and I found one post of yours on the following Proz discussion: www.proz.com/.../294760-spell_checker_for_es_us_in_trados_2015.html
    where you say it is possible to add an .aff and .dic files in the Studio folder containing files for language checks in order to perform language checks.
    So I thought, here it is another possible way to find a solution: take these .aff and .dic files from "Language tool" and add them into Studio languages folder.
    The next step I did then was to download the LT .oxt file provided on the programme website in order to extract the .aff and .dic files but without success and now I am wondering if it is possible to extract the .aff and .dic files in order to find out if moving them into the concerned folder leads to some results.
Reply
  • Hello Paul,
    let me try to explain better: I am wondering if it is possible to run grammar checks on Italian text, in target segments, in addition to the Hunspell and MS Word checkers already available. I see there is, for example, a programme called "antidote" for French that can work in addition to the Hunspell and the MS Word checkers.
    For Italian I have found this "Language tool" that can run grammar checks in a way similar, I think, to the French programme "Antidote".
    On your blog I wrote about the fact that I contacted to the team of developers of "Language tool" though just to know if they are aware of products that can link their programme to a CAT, only to know if I missed some bits of information in their website (I didn't want to know if they were available to work on it). So, at the moment, I am not looking for developers who can create this sort of link between Language tool and Studio.

    After that enquiry, I looked for other ways to have this extra grammar check in Studio and I found one post of yours on the following Proz discussion: www.proz.com/.../294760-spell_checker_for_es_us_in_trados_2015.html
    where you say it is possible to add an .aff and .dic files in the Studio folder containing files for language checks in order to perform language checks.
    So I thought, here it is another possible way to find a solution: take these .aff and .dic files from "Language tool" and add them into Studio languages folder.
    The next step I did then was to download the LT .oxt file provided on the programme website in order to extract the .aff and .dic files but without success and now I am wondering if it is possible to extract the .aff and .dic files in order to find out if moving them into the concerned folder leads to some results.
Children