-
Hello professor Vandeweerd,
I've been working on a pipeline for French analysis for a while now. It currently uses rsyntax to extract noun and verb phrases but I've been looking to replace rsyntax …
-
## How to reproduce the behaviour
On M1 any code, which uses spacy to parse a doc failing with (can only test on my laptop)
Works fine on linux machine
[1] 73089 bus error
upon exit. On…
-
🚨 Failed to connect to the TCP server
ℹ️ Trying to connect to the TCP server...
-
Hi,
after training a model for a new language, I only have files ending with *_best_modeltoppairs, *_best_modelranking, *_best_modelallpairs. But `spacy.load("mymodel_best_modelranking")` does not …
tidoe updated
2 years ago
-
I find this very interesting.
My main project, the spaCy NLP pipeline, is written in Cython. Cython's great and terrible — it's a messy language, but it allows a lot.
I've often thought what a clean…
-
If you have a look at [all the attributes](https://spacy.io/api/token#attributes) that spaCy generates for their tokens then you can imagine that some of these features can be useful for machine learn…
-
Using lemmatization can result in better quality keyphrases, since similar keyphrases we will be grouped together.
Adding lemmatization as an option could be a great feature.
If the option is acti…
-
Hi,
I'm attempting to initialize the [gpt2-xl huggingface model](https://huggingface.co/gpt2-xl) in SpaCy using the following code provided in [examples/init_model.py](https://github.com/explosion/…
-
**Rasa NLU version** (e.g. `0.7.3`):
**Used backend / pipeline** (`mitie`, `spacy_sklearn`, ...):
**Operating system** (windows, osx, ...):
**Issue**:
**Content of configuration fil…
-
## How to reproduce the behaviour
As suggested on this page (https://spacy.io/models) I can replace the "parser" by the "senter" as a more efficient way to detect sentence boundaries. I did so, but r…