Releases: explosion/spacy-stanza
Releases · explosion/spacy-stanza
v1.0.4
v1.0.3
- Extend stanza support to stanza v1.5.
v1.0.2
- Extend stanza support to stanza v1.4.
v1.0.1
- Extend stanza support to stanza v1.3.
- Modify fallback for
token.tag
if XPOS is missing from FEATS to UPOS. (Thanks @BramVanroy!)
v1.0.0: Update for spaCy v3
This release requires spaCy v3. See the updated usage documentation for more details: https://github.com/explosion/spacy-stanza/tree/v1.0.0#-usage--examples
✨ New features and improvements
- Refactor library for spaCy v3.0
- Config system integration
- New API for loading a Stanza model following Stanza's
Pipeline
API - Include morphological analysis under
token.morph
🔴 Bug fixes
- Fix issue #59: Fix trailing whitespace token handling
v0.2.5: Bug fixes for trailing whitespace and entry points
v0.2.4
v0.2.3
v0.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.