Show HN: SpacySee – a dependency parsing explorer for Jupyter notebooks

https://github.com/moxley01/spacysee
by mox111 • 3 years ago
2 0 3 years ago

I use Spacy quite a lot these days, but often find it quite hard to figure out what the various outputs mean. For example, what is an "advmod"? What does "adpType=Prep" mean?

This is a PyPi package that can be used to visualize a Spacy document. You can scroll up and down to see details and tags for each token. Each attribute is clickable and brings you to the relevant docs for that Spacy model.

It runs in all Jupyter notebooks

Related Stories

Loading related stories...

Source preview

github.com