From the course: Azure AI Engineer Associate (AI-102) Cert Prep: Implement Natural Language Processing Solutions

Unlock the full course today

Join today to access over 24,700 courses taught by industry experts.

Extract entities from text

Extract entities from text

- [Instructor] In this video, we'll learn about entities and entity extraction using the Azure AI Language service. Named entity recognition is a service that can identify and categorize entities in your text. As an example, people, places, organizations, and quantities. Entities are considered to be items within the text that are relevant to the intent of the user as they were creating the document. For example, the user is referencing a person, a location, or someone's email address. Consider passing the following text to the service for entity extraction. The flight will depart the airport at 6:00 PM and arrive in London in time for the meeting with Tom. Contoso Inc. will send a representative to pick you up. There are some key components in the text that will be identified and categorized as entities. The first item is the time of 6:00 PM. The service recognizes this as a date time entity. The next item identified is London, which will be categorized as a location. Tom is the name…

Contents