1

i saw many posts on this one but not really sure which is the best library that does translate from French to English. I have some 10,000 records extracted from a French website and want to translate them in to English. Can anyone help please?

  • 1
    Welcome to Stack Overflow! Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, [describe the problem](http://meta.stackoverflow.com/questions/254393/what-exactly-is-a-recommendation-question) and what has been done so far to solve it. – Stephen Rauch Jan 27 '17 at 04:21

1 Answers1

5

Broadly, two available options are offline and online translators. The biggest tradeoff is performance vs. goodness of translation, where offline translators will be much faster while APIs provided by Google/MS will result in better translation but will require one HTTP request per translation.

You can find a good list of offline translators in this question.

For online translation, Translator API is a very common choice to start with, since Google Translate API removed the free quota.

Community
  • 1
  • 1
Marat
  • 15,215
  • 2
  • 39
  • 48