AWS for M&E Blog

Tag: Amazon Translate How-To

Screen capture of the Media Insights Engine interface with "Bienvenido" in the query bar to search the engine for relevant media assets

How to translate large text documents with Amazon Translate

This post describes how to split large text documents into chunks small enough to be processed by Amazon Translate. I’ll show you how to split documents without splitting words or sentences so source text remains grammatically correct, and I’ll demonstrate this with sample code that uses the Python NLTK library for detecting sentence boundaries. What […]