-
It seems like there isn't a tracking issue about this long-term effort yet (e.g. to mention in commit messages and to make it sprintable).
Nixpkgs moved to an explicit versioning scheme, with the p…
-
please help i am trying this from 2 days tried around 50 methods none worked
now am kinda lost the motivation to learn about spacy, this is going to be my last hope
## Which page or section is …
-
微博内容精选
-
I've found that the spacy matcher doesn't match when certain keywords are next to a matched token. [This video](https://recordit.co/uPUEueT8Yp) can explain it best, but here's a text based description…
-
I am running the notebook on Colab on Python v3.9.16
Kindly help me resolve the issue @rodrigonogueira4, @jayralencar.
1 from pygaggle.rerank.base import Query, Text
----> 2 from pygaggle.rerank.…
-
# Summary
The current method of defining all terms can be streamlined by some form of "lemmatization", i.e., finding root terms of words.
Currently, Lute treats every word as different: eg, "bla…
-
## Feature type
We might want to have a more uniform way of getting spans in pipelines. Currently, we have `on_ents_only`, `on_spans`, etc...
An idea is to expose a `span_getter` key in the co…
-
I got an E018 error when trying to retrieve `Span.id_` when using `SpanRuler`. This only happened for certain IDs. I managed to fix it by finding a similar issue related to `ent_id_`, but I didn't wan…
-
When using a single Language object across multiple threads and using `select_pipes` to enable & disable pipeline components, you can end up with a race condition where pipeline modifications from one…
-
Hello!
First off: Thanks for the great package!
I however, encountered some unexpected behavior while implementing my custom entity ruler.
The entity ruler is made to recognize dutch first names …