Simple NER visualization using displaCy
displaCy
, a component of the excellent spaCy NLP library makes it super easy
to visualize named entity recognition (NER) results from a Jupyter notebook.
For example:
The full example notebook is available as a GitHub Gist here. Further documentation is available here.