ml, deep learning,

Named entity extraction (NER)

Gerald Haslhofer Gerald Haslhofer Follow Feb 15, 2020 · 1 min read
Named entity extraction (NER)
Share this

The task in Named Entity Recognition (NER) is to find the entity-type of words. Entities can be locations, times or names.

Intros

Methods (from simple to advanced)

Service offerings

Client libraries

Good introduction O’Reilly Deep Learning for Natural Language Processing

Data sets

My own prototype

  • Implementing spacy together with Flask / python, and deploying to Azure. Live website

Continuation 11/19/2023 with LLMs