From the course: Building Apps with Azure AI Language and Python

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Summary

Summary

- [Instructor] Congratulations. You have completed the course. Here's a summary of what we have covered. Given a set of text input, we can get the following from Azure AI Language. We can get the sentiment of a specific document and use opinion mining to get the target object of a specific assessment. We can get key phrases, entities from a supported list of categories, summaries from text, document, and conversation inputs, health entities, Wikipedia links to identified entities, determine the primary language of a document, and detect PII entities. In each of these features, we're able to demonstrate how we can access these features through a portal such as Azure AI Foundry and the Azure AI Language Studio with no coding required. We also demonstrated how to access these features through the Python SDK. Through Azure AI Language, we are also able to get answers from a document or URL using custom question answering, we can get the intents and entities from a specific utterance using…

Contents