Skip to content

Tags: explosion/spacy-experimental

Tags

v0.6.4

Toggle v0.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Set version to `0.6.4` (#56)

v0.6.3

Toggle v0.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Set version to v0.6.3 (#52)

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Raise version to 0.6.2 (#35)

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix issue with resolving final token in SpanResolver (#27)

* Fix issue with resolving final token in SpanResolver

The SpanResolver seems unable to include the final token in a Doc in
output spans. It will even produce empty spans instead of doing so.

This makes changes so that within the model span end indices are treated
as inclusive, and converts them back to exclusive when annotating docs.
This has been tested to work, though an automated test should be added.

* Modify tests so last token is in a mention

Running the modify tests without the changes from the previous commit,
they fail. This demonstrates and clarifies the bug.

* Add / rearrange comments

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make coref entry points work without PyTorch (#23)

* Make coref entry points work without torch

Before this PR, in environments without PyTorch, using spacy
experimental can fail due to attempts to load entry points. This change
makes it so the types required for class definitions (torch.nn.Module
and torch.Tensor) are stubbed to object when torch is not available.

* Add explanatory comment

* Use has_torch instead of looking for AttributeError

* Add clear errors when attempting to use coref without torch

Without this, it could be unclear why coref didn't work without torch.

* Move Pytorch implementations to separate files

This follows the model of the biaffine parser.

* Fix model name

* Run tests with and without PyTorch

This is the same as the changes from #24, since they worked.

* Remove unused imports in coref

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #16 from explosion/register-entropypoint-without-t…

…orch

Do not fail to register entry points when Torch is not installed

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Set version to v0.4.0 (#8)

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Skip biaffine parser tests without torch (#5)

v0.2.0

Toggle v0.2.0's commit message
Set version to v0.2.0

v0.1.0

Toggle v0.1.0's commit message
Add missing __init__.py