Recent Releases of https://github.com/explosion/spacy-stanza

https://github.com/explosion/spacy-stanza - v1.0.4

  • Extend stanza support to stanza v1.6.

- Python
Published by adrianeboyd over 2 years ago

https://github.com/explosion/spacy-stanza - v1.0.3

  • Extend stanza support to stanza v1.5.

- Python
Published by adrianeboyd about 3 years ago

https://github.com/explosion/spacy-stanza - v1.0.2

  • Extend stanza support to stanza v1.4.

- Python
Published by adrianeboyd about 4 years ago

https://github.com/explosion/spacy-stanza - 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!)

- Python
Published by adrianeboyd over 4 years ago

https://github.com/explosion/spacy-stanza - v0.2.5: Bug fixes for trailing whitespace and entry points

🔴 Bug fixes

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

- Python
Published by adrianeboyd about 5 years ago

https://github.com/explosion/spacy-stanza - 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

- Python
Published by adrianeboyd over 5 years ago

https://github.com/explosion/spacy-stanza - v0.2.4

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

- Python
Published by adrianeboyd over 5 years ago

https://github.com/explosion/spacy-stanza - v0.2.3

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

- Python
Published by ines almost 6 years ago

https://github.com/explosion/spacy-stanza - 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.

- Python
Published by ines almost 6 years ago

https://github.com/explosion/spacy-stanza - v0.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.

- Python
Published by ines about 6 years ago

https://github.com/explosion/spacy-stanza - v0.2.0

⚠️ This release changes the package name from spacy-stanfordnlp to spacy-stanza.

  • Update to 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.

- Python
Published by ines about 6 years ago

https://github.com/explosion/spacy-stanza - v0.1.3

  • Fix stanfordnlp version pin in setup.py.

- Python
Published by ines almost 7 years ago

https://github.com/explosion/spacy-stanza - v0.1.2

  • Relax version requirement for stanfordnlp to include v0.2.0.

Thanks to @buhrmann for the pull request!

- Python
Published by ines about 7 years ago

https://github.com/explosion/spacy-stanza - v0.1.1

  • Add Tokenizer.pipe method for duck-type compatibility with spaCy's built-in tokenizer.
  • Allow passing of empty text strings for compatibility with spaCy.

Thanks to @buhrmann for the pull requests!

- Python
Published by ines about 7 years ago

https://github.com/explosion/spacy-stanza - v0.1.0

  • Employ user hooks to map StanfordNLP's pretrained word embeddings to spaCy's token vectors.
  • Fix spaCy dependency.

Thanks to @buhrmann for the pull request!

- Python
Published by ines about 7 years ago

https://github.com/explosion/spacy-stanza - v0.0.3

  • Fix issue #2: Improve handling of input text / token text mismatches, e.g. "des"["de", "les"].
  • Fix issue #3: Set lemmas after setting POS tags to prevent spaCy from applying its own lemma rules.

- Python
Published by ines over 7 years ago

https://github.com/explosion/spacy-stanza - v0.0.2

- Python
Published by ines over 7 years ago