AI-900 · Question #231
You have a solution that reads manuscripts in different languages and categorizes the manuscripts based on topic. Which types of natural language processing (NLP) workloads does the solution use?
The correct answer is C. translation and key phrase extraction. Natural language processing (NLP) has many uses: sentiment analysis, topic detection, language detection, key phrase extraction, and document categorization. Need translation as different languages are used. Key phrase extraction is one of the features offered by Azure…
Question
Options
- Aspeech recognition and entity recognition
- Bspeech recognition and language modeling
- Ctranslation and key phrase extraction
- Dtranslation and sentiment analysis
How the community answered
(39 responses)- A8% (3)
- B5% (2)
- C85% (33)
- D3% (1)
Explanation
Natural language processing (NLP) has many uses: sentiment analysis, topic detection, language detection, key phrase extraction, and document categorization. Need translation as different languages are used. Key phrase extraction is one of the features offered by Azure Cognitive Service for Language, a collection of machine learning and AI algorithms in the cloud for developing intelligent applications that involve written language. Use key phrase extraction to quickly identify the main concepts in text. https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/key-phrase- extraction/overview
Topics
Community Discussion
No community discussion yet for this question.