A multinational e-commerce company wants to implement a customer feedback analysis pipeline. The system needs to ingest raw audio recordings of customer service calls, convert them into text transcripts, translate those transcripts from multiple languages into English, and then analyze the translated text to identify key themes and determine if the customer sentiment was positive, negative, or neutral. To perform the final step of analyzing the English text transcripts to extract key themes and determine customer sentiment, which AWS service should the company select?
- Amazon ComprehendAnswer
- BAmazon Transcribe
- CAmazon Translate
- DAmazon Lex
Answer
Amazon Comprehend
Amazon Comprehend is a natural language processing (NLP) service that uses machine learning to find insights and relationships in text. It has built-in capabilities to identify key phrases (themes) and determine the sentiment (positive, negative, neutral, or mixed) of text, which matches the final step of the pipeline.
Step-by-Step Solution
Key Concept
AWS Machine Learning services are specialized for specific tasks; Amazon Comprehend is designed for natural language processing (NLP) and text analysis (such as sentiment and key phrase extraction), whereas other services handle speech-to-text, translation, or conversational bots.
Estimated Time:1m 30s