Entity Extraction is concerned with Entity Recognition and Entity Linking. This solution utilizes the SpaCy library to perform Entity Recognition, and the FuzzyWuzzy library for entity linking.
Every following section describes this pipeline in order, but first a visual overview.
See the getting-started guide.
See the input explanation.
Check out the entity-recognition documentation
Check out the entity-linking documentation
See the output explanation.
See the docker-watchtower guide.
See the testing guide.
The following points are elaborated in the 'Future Work' section of the Entity Extraction report