Custom Named Entity Recognition
Introduction One of the many Natural Language Processing (NLP) features provided by the Azure AI Language service is custom Named Entity Recognition (NER), also referred to as custom entity extraction. Developers can extract preset entities from text documents, like legal agreements or online advertisements, even if those documents don't follow a predetermined format thanks to Custom NER. A person, place, thing, event, ability, or value is an entity. Understand Custom Named Entity Recognition An Azure API service called Custom NER examines documents to find and extract user-defined entities. Names, locations, bank statements, and knowledge mining to enhance search results could all be examples of these things. The Azure AI Language in Azure AI services includes Custom NER. Custom vs built-in NER Azure AI Language has built-in entity identification capabilities to identify objects like people, places, organizations, or URLs. You can extract entities and build up the service with l...