-
edsnlp.data.read_standoff() the tokenizer argument fails with EDSTokenizer
## Description
Pydantic expects Tokenizer and not EDSTokenizer. The issue is that EDSTokenizer inherits from spacy.Dumm…
-
## Feature type
https://github.com/aphp/edsnlp/blob/master/edsnlp/pipes/misc/sections/sections.py#L199C28-L199C28
## Description
Add this feature to the doc
-
## Description
Suggested by @marieverdoux
Add a new extension ._.section (or something else to the same extent) to easily retrieve the section of an entity.
Currently, to get the section title …
-
## Description
EDSnlp loader from edsnlp 10.0 (AliasLoader in edsnlp __init__.py) is interferring with spacy default loader it seems, which creates additionnal dependencies from the edsnlp trai…
-
## Description
Problems:
- path when is a str
- should specify sdpan_getter (also when is about ents)
- could not read annotations
## How to reproduce the bug
this example is not work…
-
## Feature type
Enhance compatibility of EDSnlp custom attributes with potential external pipelines.
## Description
in the BaseComponent class, in [this commit](https://github.com/aphp/edsnlp/com…
-
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…
-
## Description
Le pipeline TNM ne renvoie pas les scores suivis par un espace. (match avec "aTxN1M0\nanything" mais pas avec "aTxN1M0 anything")
Plus généralement spacy n'a pas l'air ok avec l…
-
## Description
The way we've handled spaCy extensions in EDS-NLP has been erratic at best, with each pipeline declaring its own set of new extensions, cluttering [spaCy's `Underscore` object](https…
-
## Feature type
Following a brainstorming with @Thomzoy, we'd like to refactor the parallelization utilities to decouple the type of collection (iterators, lists, dataframe pandas, dataframe spark,…