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?<p>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.<p>It runs in all Jupyter notebooks