Entity extraction, also known as named entity recognition (NER), is a text analysis technique that uses natural language processing (NLP) to identify and classify important information in a text. The information, or entities, are categorized into predefined groups, such as people, organizations, places, dates, and times. For example, “Franklin Roosevelt,” “White House,” and “U.S.” are all entity mentions.
Sign up now! Fill out our quick registration form here!
Loading…
Call API with curl:
curl --location 'https://bztech-api-ai.azurewebsites.net/entity-extraction' \ --header 'Content-Type: application/json' \ --data '{ "apiKey": "YOUR_API_KEY", "documents": [ "DOCUMENT_1", "DOCUMENT_2", "DOCUMENT_3" ] }'