-
/root/miniconda3/envs/entity/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: spacy.morphology.Morphology size changed, may indicate binary incompatibility. Expected 104 from C header, got 1…
-
### Bug description
Hi, I've encountered a really strange problem occurring during data processing in our training pipelines.
I've managed to distill the problem to a single script:
```
impo…
-
## How to reproduce the behaviour
Try to import/loading `SubClass` in this example.
```python
from dataclasses import dataclass
from spacy import Language
@dataclass
class SuperClass:
…
-
Hi everyone,
I just found a problem when trying to analyze a French sentence. When I run the following code:
```python
snlp = stanza.Pipeline(lang="fr", verbose=False)
stanzanlp = StanzaLangua…
-
Hi,
Thanks a lot for the great work. Would this work with the upcoming version of Spacy 3.0?
Thanks!
-
-
Hi,
I use this library together with spacy for the extraction of the most important words. However, when using the catalan model of spacy, the algorithm gives the following error:
`File "/code/a…
-
This issue is related to Spacy Project
## How to reproduce the behaviour
Add a non-python command in the script section of the `project.yml`
For eg. In the below snippet, I have included a comma…
-
-
Hello,
As a follow up on #11298 #11347, I would like to report some lemmatization problems with the spaCy 3.6 models for Italian, Spanish and French. We did not have these issues with the 3.2 versi…