An open API service indexing awesome lists of open source software.

https://github.com/adi-code22/named-entity-recognition-using-spacy

This python program scrapes the respective Wikipedia page and collects text data from the <p> tag and this text data is then fed to a NLP pre trained model which there after performs Named Entity Recognition and outputs the result into localhost ports with the help of displaCy
https://github.com/adi-code22/named-entity-recognition-using-spacy

Last synced: 3 months ago
JSON representation

This python program scrapes the respective Wikipedia page and collects text data from the <p> tag and this text data is then fed to a NLP pre trained model which there after performs Named Entity Recognition and outputs the result into localhost ports with the help of displaCy

Awesome Lists containing this project

README

        

# Named-Entity-Recognition-using-Spacy
This python program scrapes the respective Wikipedia page and collects text data from the <p> tag and this text data is then fed to a NLP pre trained model which there after performs Named Entity Recognition and outputs the result into localhost ports with the help of displaCy
#test