Hacker News new | ask | show | jobs
Show HN: Spacy Dependency Parsing Visualizer (getcorrecto.com)
2 points by mox111 1184 days ago
As a frequent user of the Spacy library for NLP (https://spacy.io/), I noticed that it was quite difficult sometimes to know what the various POS tags, dependency labels, and morphological features actually mean. Especially difficult since the different models (e.g. en_core_web_sm) often use different labelling schema.

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.

It features a fully parsed version of George Orwell's "Politics and the English Language", with parallel texts in both English and Spanish.