-
`black==22.3.0` is a dependency and the version is pinned in spaCy's `requirements.txt`. There is a CVE affecting `black` versions prior to `24.3.0`, specifically CVE-2024-21503 (https://nvd.nist.gov/…
-
- What kind of UI experience are commercial tools offering?
- How can we keep this flexible but manageable? We should support remote API calls to AI services as well as inference via local models.
…
-
With the new release of stanza:
https://stanfordnlp.github.io/stanza/
Maybe it is a good opportunity to improve accuracy. The issue is about investigating if this could improve our accuracy and …
-
Hi team,
Recently we have been trying to use a self-trained spacy ner model in `scrubadub`. However, the condition checks in the line https://github.com/LeapBeyond/scrubadub_spacy/blob/main/scruba…
-
OSError: [E941] Can't find model 'en'. It looks like you're trying to load a model from a shortcut, which is obsolete as of spaCy v3.0. To load the model, use its full name instead:
nlp = spacy.loa…
-
**Is your feature request related to a problem? Please describe.**
We want to install NB Defense in resource-constrained environments. The hard-coded **en_core_web_trf** requirement for PII detecti…
-
https://github.com/octimot/StoryToolkitAI/blob/836d5b8dce45459968a623d378bb2e137c26dbf5/storytoolkitai/core/toolkit_ops/textanalysis.py#L114
I was getting this error
`logger.error('Could not fetch…
-
I thought I'd run these models side-by-side to see how they compare. It turns out, though, that spacy won't let you load two pipelines that each define a factory with the same name (seems like an odd …
-
I'm a fan of logging. This can help debug issues and understand the flow of the application. You could use python's builtin `logging` library, others exist. This can add log statements t…
-
I tried to start a tortoise server by writing a docker file installing tortoise and other dependencies, and a python script to run the server, but it always shows error:
```
File "/opt/program/predi…