Named Entity Recognition

Learn how to perform named entity recognition using Python.

We'll cover the following

Introduction

Named entity recognition (NER) is a text preprocessing technique that identifies and categorizes named entities in text, such as people, organizations, locations, dates, and other entities. By identifying and categorizing named entities in text, we can answer questions such as “who,” “what,” “when,” “where,” and “how” more accurately. Here are a few examples of common NER tags:

Get hands-on with 1200+ tech skills courses.