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

Unlock this course with a free trial

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

What is Azure AI Language?

What is Azure AI Language?

- [Instructor] Azure AI Language. A cloud-based service from Microsoft offers natural language processing tools to analyze and understand text. The service includes pre-configured features ready for immediate use, and customizable features that allow you to train custom AI models tailored to specific needs. The pre-configured features of Azure AI language include: named entity recognition, or NER, which automatically identifies entities like places, people, and dates in unstructured text. Personally identifying information and protected health information detection redacts sensitive data, such as phone numbers or medical info from text and transcripts. Text analytics for health extracts and labels medical details from clinical documents and health records. Language detection identifies the language of a document and provides the appropriate code. Sentiment analysis and opinion mining detects positive or negative sentiment in text and can associate it with specific aspects, such as in…

Contents