> ⚠️ This release changes the package name from `spacy-stanfordnlp` to `spacy-stanza`.
* Update to [`stanza`](https://stanfordnlp.github.io/stanza/) (formerly `stanfordnlp`).
* Add support for named entities via the `doc.ents` and respective token attributes, if available.
* Rename `StanfordNLPLanguage` to `StanzaLanguage`.
* Change internal language code from `snlp_xx` to `stanza_xx`.