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
- Host: GitHub
- URL: https://github.com/adi-code22/named-entity-recognition-using-spacy
- Owner: adi-code22
- Created: 2021-06-18T20:31:57.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-28T19:01:07.000Z (almost 4 years ago)
- Last Synced: 2025-01-21T06:11:29.071Z (5 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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