Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrientâs SDK handles billion-page workloads - so you donât have to debug PDFs. Used by ~1 billion end users in more than 150 different countries. Learn more â
Spacy-experimental Alternatives
Similar projects and alternatives to spacy-experimental
-
-
Nutrient
Nutrient â The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrientâs SDK handles billion-page workloads - so you donât have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
-
Nuitka
Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.4-3.13. You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module.
-
jax
Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more
-
-
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
epython
EPython is a typed-subset of the Python for extending the language new builtin types and methods
-
-
sentence-splitter
Text to sentence splitter using heuristic algorithm by Philipp Koehn and Josh Schroeder.
-
-
word_forms
Accurately generate all possible forms of an English word e.g "election" --> "elect", "electoral", "electorate" etc.
-
spacy-experimental discussion
spacy-experimental reviews and mentions
-
Newbie question with Spacy Coreference Resolution
Trying to work with the newly released coreference resolution pipeline
-
spaCy just got an experimental feature to detect co-references
I think the details are mentioned here: https://github.com/explosion/spacy-experimental/releases/tag/v0.6.0
- SpanFinder is a new experimental spaCy component that identifies span boundaries
-
Cython Is 20
I can't speak for the parent commenter, but there is ofte. code 'around' the machine learning code that benefits from high-performance implementations. To give two examples:
1. We recently implemented an edit tree lemmatizer for spaCy. The machine learning model predicts labels that map to edit trees. However, in order to lemmatize tokens, the trees need to be applied. I implemented all the tree wrangling in Cython to speed up processing and save memory (trees can be encoded as compact C unions):
https://github.com/explosion/spaCy/blob/master/spacy/pipelin...
2. I am working on a biaffine parser for spaCy. Most implementations of biaffine parsing use a Python implementation of MST decoding, which is unfortunately quite slow. Some people have reported it to dominate parsing time (rather than a rather expensive transformer + biaffine layer). I have implemented MST decoding in Cython and it barely shows up in profiles:
https://github.com/explosion/spacy-experimental/blob/master/...
-
Utilizando Neural edit-tree lemmatization para o portuguĂȘs
NĂłs iremos utilizar o template do edit_tree_lemmatizer contido da pasta de projetos do repositĂłrio https://github.com/explosion/spacy-experimental e modificaremos para treinar um modelo em portuguĂȘs em vez de alemĂŁo.
-
A note from our sponsor - Nutrient
www.nutrient.io | 13 Feb 2025
Stats
explosion/spacy-experimental is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of spacy-experimental is Python.
Popular Comparisons
- spacy-experimental VS neuralcoref
- spacy-experimental VS epython
- spacy-experimental VS nanobind
- spacy-experimental VS warp
- spacy-experimental VS projects
- spacy-experimental VS sentence-splitter
- spacy-experimental VS sentimental-onix
- spacy-experimental VS word_forms
- spacy-experimental VS jax
- spacy-experimental VS awesome-cython