-
I'm encountering a compatibility issue when using spaCy version 3.7.4 in conjunction with the typing-extensions package version 4.11.0. Whenever I attempt to install spaCy or run code that utilizes sp…
-
## Feature type
Adding a pipe to a pipeline has quite a few limitations at the moment:
```python
import edsnlp
nlp = edsnlp.blank('eds')
nlp.add_pipe('eds.matcher', config={"terms": {"key":…
-
I'm aware of three sources of truth for the correspondence between PyPI and Conda names.
1. Grayskull's [config.yaml](https://github.com/conda/grayskull/blob/main/grayskull/strategy/config.yaml). C…
-
Error faced:
```
Traceback (most recent call last):
File "/opt/homebrew/Cellar/python@3.9/3.9.19/Frameworks/Python.framework/Versions/3.9/lib/python3.9/pydoc.py", line 439, in safeimport
mod…
-
## How to reproduce the behaviour
```import spacy```
## Your Environment
* Operating System: Windows 10.0.19045
* Python Version Used: 3.9.13
* spaCy Version Used: 3.7.4
```
Traceback…
-
https://github.com/intel/dffml/pull/1124/checks?check_run_id=2776720820
[logs_2968.zip](https://github.com/intel/dffml/files/6657240/logs_2968.zip)
-
When loading a pipeline from disk, if the pipeline contains a spacy-transformers model and any edsnlp qualifiers this error is encountered:
```
KeyError: "Parameter 'W' for model 'softmax' has no…
-
### Bug description
In the `SaveConfigCallback`, the config file that was used to run the current experiment is saved to `config.yaml` with this command:
```
self.parser.save(
self.config, …
-
**Describe the bug**
Trying to use a spaCy pipe object to take advantage of multiprocessing for turning docs into tokenized, processed versions I get an error when using a combination of bigger than …
-
Hello, I wanted to develop a project using with BERTopic but I got an error. The error is:
```
TypeError Traceback (most recent call last)
/var/folders/q0/6dq2tpd5…