-
-
## How to reproduce the behaviour
* Install spacy 3.7.5
* Use Python 3.12.4
* Run the example from the homepage
```py
# pip install -U spacy
# python -m spacy download en_core_web_sm
import spa…
Snawe updated
1 month ago
-
### Checkboxes
- [X] I have read the [installation](https://xxyzz.github.io/WordDumb/installation.html) and [usage](https://xxyzz.github.io/WordDumb/usage.html) documents.
- [X] I have not found simi…
-
### Checkboxes
- [X] I have read the [installation](https://xxyzz.github.io/WordDumb/installation.html) and [usage](https://xxyzz.github.io/WordDumb/usage.html) documents.
- [X] I have not found simi…
-
## How to reproduce the behaviour
trying to import `Corpus` or `Example` as shown here: https://spacy.io/usage/training#custom-code-readers-batchers
```python
from spacy.training import Cor…
-
Hi!
I tried training a custom Named Entity Recognition model using spaCy, but despite multiple trials, I get a warning telling me that there are misaligned entities in the training data that I had cr…
NitGS updated
5 months ago
-
**Describe the bug**
Before `4.0.0`, after creating a `PostgresContainer` within another container, but with the same external daemon, `postgres.get_connection_url()` would return something
like `…
-
### Checkboxes
- [X] I have read the [installation](https://xxyzz.github.io/WordDumb/installation.html) and [usage](https://xxyzz.github.io/WordDumb/usage.html) documents.
- [X] I have not found simi…
-
### Checkboxes
- [X] I have read the [installation](https://xxyzz.github.io/WordDumb/installation.html) and [usage](https://xxyzz.github.io/WordDumb/usage.html) documents.
- [X] I have not found simi…
-
## 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":…