stanza — Easy Playground
Stanford NLP library: 70+ language support, NER, parsing, sentiment
Getting started with stanzaRun locally
Install
pip install stanzaPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: stanza)
stanza is a third-party package. Stanford NLP library: 70+ language support, NER, parsing, sentiment. Install with: pip install stanza
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?