-
Hi,
I recently used Spacy 3.4.4 to classify Italian verbs, but ran into the following problem using the pretrained model it_core_news_lg:
`
sentence = "aprimi la porta"
--- output ---
| text…
-
### Dagster version
Version: 1.3.4
### What's the issue?
Simply running Dagster using version 1.3.4 results in the following stack trace:
```
Python 3.9.2 (default, Mar 3 2021, 20:02:32)
[GC…
-
I'd love to be able to use a trained SetFit model, e.g.:
```python
import spacy
import spacy_setfit
# Load the spaCy language model:
nlp = spacy.load("en_core_web_sm")
# Add the "text_catego…
-
While running the training phase, I got this error:
```bash
============================= Training pipeline =============================
ℹ Pipeline: ['transformer', 'ner']
ℹ Initial learn rate:…
-
ValueError: [E002] Can't find factory for 'text_categorizer' for language English (en). This usually happens when
spaCy calls `nlp.create_pipe` with a custom component name that's not registered on …
-
Description:
I encountered an error while trying to import Spacy after installing it using the following command:
RUN python3 -m pip install -U 'spacy[cuda110,transformers,lookups]'
The error occ…
-
I've found that the spacy matcher doesn't match when certain keywords are next to a matched token. [This video](https://recordit.co/uPUEueT8Yp) can explain it best, but here's a text based description…
-
```
Building wheels for collected packages: magnetic
Building wheel for magnetic (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for magnetic (pyproject.t…
-
`Traceback (most recent call last):
File "C:\musicgen\audiocraft-main\app.py", line 11, in
from audiocraft.models import MusicGen
File "C:\musicgen\audiocraft-main\audiocraft\__init__.py",…
-
**Rasa version**: 0.14.6
**Python version**: 3.5.4
**Operating system** (windows, osx, ...): windows 10
**Issue**:
Have tried and tested all the versions of rasa-nlu with no success. s…