DEV Community

Cover image for How to use Named Entity Recognition (NER) API with Python in 5 minutes?
Eden AI
Eden AI

Posted on • Originally published at edenai.co

How to use Named Entity Recognition (NER) API with Python in 5 minutes?

In this tutorial, you will learn how to use Named Entity Recognition (NER) API in 5 minutes using Python and Eden AI NER API. Eden AI provides an easy and developer-friendly API that allows you to detect named entities in texts.

What is Named Entity Recognition (NER) API?

In the public sector, administrations are faced with a considerable number of documents to manage. These documents must be indexed and organised in such a way that information can be easily retrieved. In this context, NER, a technique based on machine learning and Natural Language Processing (NLP), is a particularly interesting solution. It allows the automatic extraction of information from textual documents as well as audio and video.

If you want to learn more about what NER can offer, check out our Top 10 NER APIs.

Looking for more tutorials? Here are a couple of walkthroughs on How to use NER with JavaScript and PHP.

Getting Started with NER API

The first step to using NER API is to install Python's requests package, that will allow you to call Eden AI API.

Named Entity Recognition API with Python

Next, you'll need to install Python's JSON package in order to read and print the result of the API request.

Named Entity Recognition API with Python

How to Use NER API in Text with Python?

You are now ready to process text into Eden AI NER API. You can process NER in many languages. You can access the list of languages supported in our documentation here.

1. Get your NER API Key on Eden AI

To perform NER, you'll need to create an account on Eden AI for free. Then, you'll be able to get your API key direclty from the homepage with free credits offered by Eden AI.

Eden AI - Get your API key for FREE

Get your API key for FREE

2. Let’s Detect Named Entities (NER) in Text

Now that you have imported packages on Python and got your API key, you will be able to detect named entities in your text. With Eden AI, you can choose from a wide range of providers you want to use for NER. You can access NER providers available on Eden AI on our documentation here.

Here is the Python script you need to write on your notebook:
Named Entity Recognition API with Python
For example, we called two different NER engines. Eden AI API will then return in its JSON response results of those providers.

Once the request is done, you will be able to get the result with this print:
Named Entity Recognition API with Python
Here is an example of a NER API response:
Named Entity Recognition API with Python

Benefits of using NER API with Eden AI

Using Named Entity Recognition with Eden AI API is quick and easy.

Multiple AIs in one API - Eden AI

Save time and cost

We offer a unified API for all providers: simple and standard to use, with a quick switch between providers and an access to the specificic features of each provider

Easy to integrate

The JSON output format is the same for all suppliers thanks to Eden AI's standardisation work. The response elements are also standardised thanks to Eden AI's powerful matching algorithms.

Customization

With Eden AI you have the possibility to integrate a third party platform: we can quickly develop connectors. To go further and customize your NER request with specific parameters, check out our documentation.

Create your Account on Eden AI

API Trace View

Struggling with slow API calls? 👀

Dan Mindru walks through how he used Sentry's new Trace View feature to shave off 22.3 seconds from an API call.

Get a practical walkthrough of how to identify bottlenecks, split tasks into multiple parallel tasks, identify slow AI model calls, and more.

Read more →

Top comments (0)

The Most Contextual AI Development Assistant

Pieces.app image

Our centralized storage agent works on-device, unifying various developer tools to proactively capture and enrich useful materials, streamline collaboration, and solve complex problems through a contextual understanding of your unique workflow.

👥 Ideal for solo developers, teams, and cross-company projects

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay