Simple wikipedia Spacy test for NER(Named entity Recognition)

Introduction

The repository contains the following files:

  • spacy-ner-test.ipynb(the jupyter code which shows the wikipedia fetch strategy)
  • spacy-ner.py (Simple python code class)

Tools used

  • BeautifulSoup
  • requests
  • Spacy