Skip to content

Releases: explosion/spacy-experimental

v0.6.4: Extend to spaCy 3.7

02 Nov 10:06
549138f
Compare
Choose a tag to compare
  • Extend to spaCy 3.7 (#55).

v0.6.3: Typing fixes, extend to spaCy v3.6

04 Jul 10:52
9e96d0a
Compare
Choose a tag to compare
  • 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).

v0.6.2: Coref Fix, 3.11 Build Constraints

14 Feb 09:38
9c0c7fa
Compare
Choose a tag to compare
  • fix issue with device indices in coref (#30)
  • raised compatibility to spaCy<3.6.0 (#33)

v0.6.1: Coref and biaffine parser bug fixes

04 Nov 09:02
33286c9
Compare
Choose a tag to compare
  • Coref: Docs 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)

v0.6.0: New coreference components

28 Sep 10:55
fb3f24d
Compare
Choose a tag to compare
  • 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 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 or the API documentation. We'll also be providing more detailed explanations in an upcoming blog post, video, and elsewhere.

Downloads (wheel)

v0.5.0: New experimental span suggesters

10 Jun 11:14
54a2550
Compare
Choose a tag to compare
  • 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)

v0.4.0: Biaffine dependency parser and bug fixes

18 Mar 09:37
b2d3813
Compare
Choose a tag to compare
  • Add biaffine parser
  • Fix pickling for edit tree lemmatizer