Artificial Intelligence

Named Entity Recognition

The NLP task of identifying and classifying named entities in text into predefined categories such as person names, organizations, locations, dates, monetary values, and more.

Why It Matters

NER is a foundational NLP capability that powers information extraction, document processing, search indexing, and compliance monitoring across industries.

Example

Extracting from a news article: [Apple] = Organization, [Tim Cook] = Person, [Cupertino] = Location, [September 2025] = Date, [$3 trillion] = Money.

Think of it like...

Like a highlighter system that automatically color-codes different types of information in a document — names in yellow, places in blue, dates in green.

Related Terms