Spacy-stanza

Latest version: v1.0.4

Safety actively analyzes 682387 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.2.4

Fix issue 43: fix alignment when tokenizing with spaCy
Fix issue 47: update dependencies for compatibility with stanza v1.1

0.2.3

* Fix issue 30, 33: Rewrite alignment to preserve whitespace tokens.

0.2.2

* Improve handling of texts with misaligned tokens.
* Add the ability to use `token.feats` as tags.
* Get language attribute directly from Stanza pipeline object.

Thanks to yuhaozhang and SergeyShk for the pull requests.

0.2.1

* Add warning and don't populate `doc.ents` if entities returned by the Stanza NER model don't map to tokens produced by the Stanza tokenizer.

0.2.0

> ⚠️ 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`.

0.1.3

* Fix `stanfordnlp` version pin in `setup.py`.

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.