Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSourcesRelated methods
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Text mining›Named Entity Recognition (NER)
Process / pipeline

Named Entity Recognition (NER)

Also known as: NER, entity tagging, Adlandırılmış Varlık Tanıma (NER)

Named entity recognition (NER) is a natural-language-processing task that automatically detects and labels entities in text — such as people, organisations, locations, and dates. Surveyed by Nadeau and Sekine (2007) and later advanced with neural architectures by Lample et al. (2016), it turns free-running text into tagged spans that downstream tools can use.

ScholarGate
  1. Process / pipeline
  2. v1
  3. 2 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Method map

The neighbourhood of related methods — select a node to explore.

Named Entity Recognition
Information ExtractionRelation ExtractionText ClassificationAbbreviation ExpansionArgument MiningAspect-Based Sentiment A…ChunkingClinical Text MiningConstituency ParsingCoreference Resolution

+27 more

When to use it

NER fits when you have text data and a language model that supports the language of that text, with preprocessing applied first. A reasonable amount of text is needed; with a very small corpus the model performs poorly and simple rule-based keyword extraction is the safer choice. If there is no text data at all, NER cannot run and you should analyse structured content instead.

Strengths & limitations

Strengths
  • Turns unstructured text into structured, typed entity spans that downstream tasks can consume.
  • Spans multiple approaches: rule-based matching for small problems, neural sequence labelling for large ones.
  • Identifies several entity classes — people, organisations, locations, dates — in a single pass over the text.
Limitations
  • On a small corpus model performance drops, and simple rule-based keyword extraction becomes the better option.
  • Performance depends on the language model supporting the target language of the text.
  • Requires preprocessing; without clean tokenisation entity boundaries are detected unreliably.

Frequently asked

Rule-based, machine learning, or neural — which approach should I use?

A rule-based approach matches patterns and dictionaries and works on small problems with no labelled data. A machine-learning sequence labeller learns from labelled examples and adapts to your domain. A neural approach uses contextual architectures and generally performs best on large corpora, at higher computational cost.

What happens if my corpus is very small?

On a small corpus (roughly under 100 documents) the NER model's performance drops. In that case a simpler rule-based keyword extraction approach is preferred over a full entity-recognition model.

Does NER work in languages other than English?

Yes, but the chosen language model must support the target language of the text. A model that does not cover the corpus language is a common cause of poor recognition.

How is NER evaluated?

Tagged spans are compared against labelled data using precision, recall, and F1. Inspecting missed and incorrect entities matters, because a tagger can quietly fail to detect an entire entity class while still looking accurate overall.

Sources

  1. Nadeau, D. & Sekine, S. (2007). A survey of named entity recognition. Lingvisticae Investigationes. link ↗
  2. Lample, G. et al. (2016). Neural Architectures for Named Entity Recognition. NAACL. DOI: 10.18653/v1/N16-1030 ↗

How to cite this page

ScholarGate. (2026, June 1). Named Entity Recognition (NER). ScholarGate. https://scholargate.app/en/text-mining/named-entity-recognition

Related methods

Information ExtractionRelation ExtractionText Classification

Which method?

Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.

  • Information ExtractionText mining↔ compare
  • Relation ExtractionText mining↔ compare
  • Text ClassificationText mining↔ compare
Compare side by side →

Referenced by

Abbreviation ExpansionArgument MiningAspect-Based Sentiment AnalysisChunkingClinical Text MiningConstituency ParsingCoreference ResolutionCross-Document Entity TrackingDependency ParsingDomain-adaptive Named Entity RecognitionEntity LinkingEvent DetectionExplainable Named Entity RecognitionFrame AnalysisGender Bias DetectionHallucination DetectionInformation ExtractionKnowledge Graph ConstructionLexical SubstitutionMultimodal Named Entity RecognitionNegation DetectionOpen Information ExtractionQuestion AnsweringRelation ExtractionScientific Text MiningSelf-supervised named entity recognitionSemantic ParsingSemantic Role LabelingSlot FillingSpeculation DetectionStructured Text ExtractionTemporal Expression ExtractionText InfillingText NormalizationTimeline ExtractionWord Sense Disambiguation

Similar methods

Relation ExtractionInformation ExtractionFine-Tuned Named Entity RecognitionTransfer Learning with Named Entity RecognitionEntity LinkingSelf-supervised named entity recognitionCoreference ResolutionHistorical Named-Entity Recognition

Related reference concepts

Information ExtractionInformation ExtractionPart-of-Speech Tagging and Sequence LabelingNatural Language Processing in Clinical DocumentationNatural Language ProcessingText Classification and Sentiment Analysis

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — Named Entity Recognition (Named Entity Recognition (NER)). Retrieved 2026-07-21 from https://scholargate.app/en/text-mining/named-entity-recognition · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Type
NLP sequence-labelling task
EntityTypes
Person / organisation / location / date and similar
Approaches
Rule-based / machine-learning / neural sequence labelling
Output
Text spans tagged with entity type labels
Related methods
Information ExtractionRelation ExtractionText Classification
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account