Detect and Highlight Entities from Unstructured Text with Pre-trained Models
You will learn
- How to call and test Business Entity Recognition
- How to access and use the Business Entity Recognition Swagger UI (User Interface)
- How to use the Business Entity Recognition pre-trained models to extract entities from unstructured text
The core functionality of Business Entity Recognition is to automatically detect and highlight any given type of named entity in unstructured text and classify it in accordance with predefined categories. When you finish this tutorial, you will get named entity predictions for the texts you submit to the service.
Business Entity Recognition is a customizable machine learning service, but you can also use the following pre-trained machine learning models:
sap_email_business_entity
sap_invoice_header
See Extracted Entities by Pre-trained Model
This tutorial gives you an introduction to the service using a trial account and the available pre-trained machine learning models. If you want to try out the Business Entity Recognition training endpoints to create your own model, go to the next tutorial Detect and Highlight Entities from Unstructured Text with Custom Models.