-
```
building 'spacy.training.example' extension
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp…
-
Is it possible to handle other languages as well with spacy?
-
### Description of the bug
So, I had my docs already working. Added new pydantic models and saw that mkdocstrings cannot parse it correctly so I used this extension, but got really similar result…
-
When trying to attach language detector to multiple instances of spaCy, it fails. Example source code:
```
import spacy
from spacy_cld import LanguageDetector
nlp1 = spacy.load('en_core_web_sm…
-
**Describe the bug**
datahub-actions 0.0.18 actions container try and install following python packages in a python virtual environment:
`webencodings wcwidth vininfo pytz python-tds python-stdnum…
-
### Description
Given these requirements:
```
numpy==1.21.5
spacy=3.0.0
mlflow=2.13.0
```
pip will fail with `subprocess-exited-with-error` on `numpy-1.17.3.zip` after about 2 minutes and not…
-
AttributeError: [E046] Can't retrieve unregistered extension attribute 'has_grammar_error'. Did you forget to call the `set_extension` method?
I have cloned this repo and ran this script:
import s…
-
Good morning, this is my code obtained from
the following page: https://spacy.io/universe/project/bertopic after running it I get the following error: Can't retrieve unregistered extension attribute …
-
Hey @Liebeck,
Thanks for this extension, I'm currently digging into using spaCy for a university project working on a sentiment analysis. I just made my first steps and have a working spaCy install…
-
Hi !
I tried to download `refs_spacy.json` from the link provided in the README file, but the file name is `refs_spacy.p` and it has a ".p" file extension instead of a ".json" file extension. This …