Skip to content

Arjun-Mota/named-entity-recognition-on-article

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

named-entity-recognition-on-article

This is not a project but just kind of poc with Spacy to do Named Entity Recognition (NER) of an article about Reliance Company.

Installation

  • Install Jupyter Notebook and Python 3.7
  • Install en_core_web_md model from Spacy for NER.
  • Use following command for that:

python -m spacy download en_core_web_md

Working with Jupyter Notebook

  • Open notebook (.ipynb) with Jupyter Notebook and run it, try it with different data as you like.

About

Named entity recognition on an article with Spacy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published