AI Terms Dictionary

A comprehensive multilingual AI terminology dictionary

Definition

Named Entity Recognition (NER) is a subtask of information extraction that locates and classifies named entities in text into pre-defined categories such as person names, organizations, locations, medical codes, time expressions, quantities, monetary values, percentages, etc. It transforms unstructured text into structured data, enabling downstream applications like knowledge graph construction, search engine optimization, and automated document summarization by understanding the semantic roles of specific words.

Summary

A natural language processing task that identifies and classifies key information entities into predefined categories.

Key Concepts

Use Cases