Drugs NER using spaCy in Python

Train your own custom NER component to detect drug names

Ng Wai Foong
Towards Data Science
8 min readJun 24, 2021

--

Photo by Myriam Zilles on Unsplash

Previously, I have covered an article on Sarcasm Text Classification using spaCy in Python. In this piece, you will learn more on the Named-Entity Recognition (NER) component instead.

For your information, NER is part of the NLP tasks for locating and classifying entities that are present…

--

--