Named Entity Recognition (NER) is a method in Natural Language Processing (NLP) that identifies and categorizes key information in text, known as named entities. These entities can include names of people, organizations, locations, events, dates, and specific quantitative values such as money and percentages.
For example, using NER to identify the names of cities mentioned in a news article: { “city”: “New York” }