Caching of machine translation segments?

Hi there,

We've developed a machine translation plugin for Studio 2011 and 2014.

One behaviour we noticed is that when a user opens a specific segment, it sends it to our MT servers. However, if the user revisits that same segment later, rather than using the previously retrieved translation, it sends it to the MT server again.

The main impact this has is in trying to count the number of words sent to the server. (A side effect is the translation also isn't returned *instantly*)

Is it possible to configure the plugin to make Studio cache the machine translations for already processed segments so that it doesn't send them again?

Thanks

John

Parents Reply
  • Easy way (I think) is to search for a user in the search box at the top, and when you see the person show up click on them and you get the url to their name.  Paul Filkin or John Tinsley for example.

    On your actual question I think you have two options.

    1. This is the preferred option in my opinion.  You create an installer that contains appropriate code for each version.  If the user has multiple versions installed then you ask which one or just do them all.  Otherwise you see which version is there and install the appropriate stuff.
    2. Create a new app altogether so you have different versions on the OpenExchange

    I think the second is less preferable because it means the users could get confused if they don't notice this, and your downloads get split up so they are not cumulative... cumulative is better so you climb the download charts more eficiently.  This is useful because some people browse the apps by download to see what's most popular.

    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

Children