What is the best way to translate a big amount of text data?
Posted
by sashaeve
on Stack Overflow
See other posts from Stack Overflow
or by sashaeve
Published on 2010-03-15T15:07:03Z
Indexed on
2010/03/15
15:09 UTC
Read the original article
Hit count: 255
I have a lot of text data and want to translate it to different languages.
Possible ways I know:
- Google Translate API
- Bing Translate API
The problem is that all these services have limitations on text length, number of calls etc. which makes them inconveniente in use.
What services / ways you could advice to use in this case?
© Stack Overflow or respective owner