As a frequent user of the Spacy library for NLP (<a href="https://spacy.io/" rel="nofollow">https://spacy.io/</a>), I noticed that it was quite difficult sometimes to know what the various POS tags, dependency labels, and morphological features actually <i>mean</i>. Especially difficult since the different models (e.g. en_core_web_sm) often use different labelling schema.<p>I built this tool to help people get a feel for Spacy dependency parsing. Each POS tag, dependency label and morphological feature links to the relevant documentation to find out more about their meanings.<p>It features a fully parsed version of George Orwell's "Politics and the English Language", with parallel texts in both English and Spanish.