Skip to content

v1.0.0: Update for spaCy v3

Compare
Choose a tag to compare
@adrianeboyd adrianeboyd released this 04 Mar 14:52
· 17 commits to master since this release
a87c723

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