-
## How to reproduce the behaviour
#create a new conda environment
`conda create -n test python=3.8 -y`
#install spacy
`pip install spacy==2.1.9`
## Your Environment
* Operating System:
`N…
-
Hi,
As much of a technical guy I am I still cannot get past this error.
Can somebody tell me what I need to install manually and with what command ?|
Checking installs and venv + autodebug …
-
I found UD treebank models performed very weakly for some languages, esp. for CJK languages. [spaCy ](https://spacy.io/universe/project/spacyr)supports so many languages and performs much better than …
-
Hi thanks for the library! I am integrating the `sectionizer` in my data pipeline, which uses Spacy v3. In `sectionizer.py` it writes:
```
Section attributes will be registered for each Doc,…
-
I want to add my own sense2vec to my own spacy model, as you wrote in documentation,
I add that to my current pipeline
```
[initialize.components]
[initialize.components.sense2vec]
data_…
-
Hi, I have tried to train the model with the command you provided
`classy train qa ./Datasets/aida -n my-model-name --profile aida-longformer-large-gam -pd extend`
I have also prepared the traini…
-
I created a simple service using instructions from your readme but nothing works.
My service:
```
import spacy
from django.conf import settings
from functools import cached_property
from…
-
**Describe the bug**
Hi, I use the example in the demo.
I'm facing this error:
ValueError: [E090] Extension 'similarity' already exists on Span. To overwrite the existing extension, set `force=…
-
I got the following error when installing cso-classifier:
ERROR: Failed building wheel for spacy
Building wheel for thinc (pyproject.toml) ... done
Created wheel for thinc: filename=thinc-8…
-