MLS-C01 · Question #2
A company is using Amazon Polly to translate plaintext documents to speech for automated company announcements. However, company acronyms are being mispronounced in the current documents. How should a
The correct answer is B. Create an appropriate pronunciation lexicon.. Pronunciation lexicons enable you to customize the pronunciation of words. Amazon Polly provides API operations that you can use to store lexicons in an AWS region. Those lexicons are then specific to that particular region. You can use one or more of the lexicons from that regio
Question
A company is using Amazon Polly to translate plaintext documents to speech for automated company announcements. However, company acronyms are being mispronounced in the current documents. How should a Machine Learning Specialist address this issue for future documents?
Options
- AConvert current documents to SSML with pronunciation tags.
- BCreate an appropriate pronunciation lexicon.
- COutput speech marks to guide in pronunciation.
- DUse Amazon Lex to preprocess the text files for pronunciation
How the community answered
(52 responses)- A2% (1)
- B83% (43)
- C10% (5)
- D6% (3)
Explanation
Pronunciation lexicons enable you to customize the pronunciation of words. Amazon Polly provides API operations that you can use to store lexicons in an AWS region. Those lexicons are then specific to that particular region. You can use one or more of the lexicons from that region when synthesizing the text by using the SynthesizeSpeech operation. This applies the specified lexicon to the input text before the synthesis begins. https://docs.aws.amazon.com/polly/latest/dg/managing-lexicons.html
Topics
Community Discussion
No community discussion yet for this question.