Perceval Wajsburt
Perceval Wajsburt
## Description Currently, spacy defines the name of a component after its factory name when no name is specified. In the case of a factory whose name contains dots (like...
# Bug Report ## Description Following https://github.com/iterative/dvc-objects/pull/99 I initialized a local repository and tried adding a 74MB folder of 564 files to dvc. I ran the command on a cluster...
## Description - Fix filter_spans for strictly nested entities - Fill eds.remove-lowercase "assign" metadata to run the pipeline during EDSPhraseMatcher preprocessing ## Checklist - [x] If this PR is a...
Hi, This PR follows #349 and adds GitHub actions to build, test and upload pre-built binaries & source package to PyPI (under the name `pycdc`) for most platforms. This allows...
Hi, Thanks for this tool, I've been finding myself needing to recover functions from Python `__code__` objects. To facilitate / speed up this step, I propose this PR, which adds...
Hi, I feel that the current GPL license can be fairly restrictive for other projects wanting to integrate with pycdc, mainly due to the copyleft requirements of GPL. Specifically, this...
Hi, This PR follows the main dvc repo PR https://github.com/iterative/dvc/pull/10175
Hi, Since v1.3.1, calling `Parallel.warn` produces this error ``` .../parallel.py in ... 109 executor = Parallel( 110 n_jobs, backend="multiprocessing", prefer="processes", verbose=verbose 111 ) --> 112 executor.warn(message) 113 ~/.../site-packages/joblib/logger.py in warn(self,...
It's time we tackled the task of predicting the relationships between entities. We first need to know how to represent them in our documents, and then which components (rb or...
## 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": ["expr 1", "expr 2"]}})...