Spacy Stanza Versions Save

💥 Use the latest Stanza (StanfordNLP) research models directly in spaCy

v1.0.4

7 months ago
  • Extend stanza support to stanza v1.6.

v1.0.3

1 year ago
  • Extend stanza support to stanza v1.5.

v1.0.2

2 years ago
  • Extend stanza support to stanza v1.4.

v1.0.1

2 years ago
  • Extend stanza support to stanza v1.3.
  • Modify fallback for token.tag if XPOS is missing from FEATS to UPOS. (Thanks @BramVanroy!)

v0.2.5

3 years ago

🔴 Bug fixes

  • Fix issue #56: Add entry points for all supported languages
  • Fix issue #59: Fix trailing whitespace token handling

v1.0.0

3 years ago

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.4

3 years ago

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

v0.2.3

3 years ago
  • Fix issue #30, #33: Rewrite alignment to preserve whitespace tokens.

v0.2.2

3 years ago
  • 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.

v0.2.1

4 years ago
  • 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.