A Linguistic Analysis App for analyzing certain linguistic aspects made in Streamlit using spaCy
- The Analysis is conducted on a token level only
- The text sections to be analyzed are filtered and aggregated by selecting one or multiple Part of Speech (PoS) tags (e.g.
VERB
) as described on https://universaldependencies.org/u/pos/index.html
- Morphological Features as described on https://universaldependencies.org/u/feat/index.html
- ...