0

Possible Duplicate:
What is the best way to translate a big amount of text data?

I have around 50,000 small sentences I would like to have translated using Microsoft Translate API.

I tried their API, but it can only handle a certain amount of characters at a time, meaning I'd have to manually do copy/paste it again and again.

Is there a script or some other way which automatically partitions the document and then runs the translator on each partition, before collecting it all in one file/page?

I have set php as a tag, but I am not sure if there are better alternatives?

Community
  • 1
  • 1
John Smith
  • 646
  • 1
  • 9
  • 30
  • both microsoft and google have APIs for translation, microsoft claims theres is free (probably to a certain extent) where as googles costs about $20, but you get 1m characters of translation. – Mike McMahon May 04 '12 at 22:07
  • What is your document in? If is in plain-text format, I think it would be pretty simple to write one in PHP or some other language. Please provide more details. –  May 04 '12 at 22:08

0 Answers0