spacy-experimental icon indicating copy to clipboard operation
spacy-experimental copied to clipboard

🧪 Cutting-edge experimental spaCy components and features

Results 4 spacy-experimental issues
Sort by recently updated
recently updated
newest added

This is a continuation of https://github.com/explosion/spaCy/pull/7264, since we decided to add the coref components here first. It's still a work in progress.

enhancement

We use sentence splitting in the biaffine parser to keep the O(n^2) biaffine attention model tractable. However, since the sentence splitter makes errors, the parser may not have the correct...

Embedding component that is the deterministic version of `MultiHashEmbed` i.e.: each token gets mapped to an index unless they are not in the vocabulary in which case they get mapped...

While at it: - Add CI tests for Python 3.12. - Remove 3.8 support in preparation of spaCy v4.