Spacy-experimental

Latest version: v0.6.4

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

Scan your dependencies

Page 1 of 2

0.6.4

* Extend to spaCy 3.7 (55).

0.6.3

* Biaffine parsing example project: merge subtokens (38).
* Typing and naming fixes in the bilinear/pairwise bilinear models (39).
* Fix all existing MyPy errors (42).
* Extend to spacy v3.6 (51).

0.6.2

- fix issue with device indices in coref (30)
- raised compatibility to spaCy<3.6.0 (33)

0.6.1

* Coref: `Doc`s of one or fewer tokens resulted in an error (28).
* Coref: resolved spans could not include the final token in a `Doc` (27).
* Biaffine parser: place tensors on the right device (25).

This release includes an updated trained pipeline for demonstration purposes. You can install it like this:


pip install https://github.com/explosion/spacy-experimental/releases/download/v0.6.1/en_coreference_web_trf-3.4.0a2-py3-none-any.whl


[![Downloads (wheel)](https://img.shields.io/github/downloads/explosion/spacy-experimental/v0.6.1/en_coreference_web_trf-3.4.0a2-py3-none-any.whl?label=downloads&style=flat-square)](https://github.com/explosion/spacy-experimental/releases/download/v0.6.1/en_coreference_web_trf-3.4.0a2-py3-none-any.whl)

0.6.0

- new coreference components (17)

~~This release includes an experimental English coref pipeline. You can install the pipeline by downloading it from the assets in this release page, or install it directly with the following command:~~

**Update 2022-11-07:** Some issues in the coref implementation have been fixed in the [v0.6.1 release](https://github.com/explosion/spacy-experimental/releases/tag/v0.6.1) of this package. While the pipeline below can still be installed and will be left up for posterity, note that it should only be used with 0.6.0, but by default will pull in the newer version. If you want to use the below package (which is not recommended), be sure to `pip install spacy-experimental==0.6.0`.


pip install https://github.com/explosion/spacy-experimental/releases/download/v0.6.0/en_coreference_web_trf-3.4.0a0-py3-none-any.whl


For further information about the coref components, see the [example project](https://github.com/explosion/projects/tree/v3/experimental/coref) or the [API documentation](https://spacy.io/api/coref). We'll also be providing more detailed explanations in an upcoming blog post, video, and elsewhere.

[![Downloads (wheel)](https://img.shields.io/github/downloads/explosion/spacy-experimental/v0.6.0/en_coreference_web_trf-3.4.0a0-py3-none-any.whl?label=downloads&style=flat-square)](https://github.com/explosion/spacy-experimental/releases/download/v0.6.0/en_coreference_web_trf-3.4.0a0-py3-none-any.whl)

0.5.0

- removed edit tree lemmatizer (12, it's in core now)
- biaffine parser updates (9, 13)
- add experimental Span Suggesters exploiting parser/tagger/sentence information (11)
- add `SpanFinder`: a new experimental component for learning span boundaries (10)

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.