-
Hi,
Thanks for the good job!
Is it possible to use these models with spaCy 3.0? Is there some recipe to this use? (actually the spaCy page about Transformers is not clear on how to train a new pipel…
-
not a bug report per se
I'm wondering how spacy/chinese models compares with the stanza project?
Stanza already provides chinese support with many features
https://stanfordnlp.github.io/stanza/mo…
dcsan updated
4 years ago
-
SPACY tiene modelos ya entrenados, son redes neuronales, si ya están entrenados y puedes aplicarlos te va a dar muchísimos mejores resultados que NLTK. Creo que puedes meterte con eso. Bueno, échale u…
-
I am currently using `salesforce-lavis` to use BLIP-2. I am getting errors regarding incompatibilities between numpy and opencv. Despite multiple warnings, I updated both packages and it worked, thus …
-
I have a suggestion for an enhancement. It is becoming very easy to create domain specific models in spaCy with the matcher and Phrasematcher and the Entity Ruler. Prodigy is also turning out to be re…
-
Perfect tense is missing when parsing latin text.
```py
"Tense": {
"Fut": Tense.future,
"Imp": Tense.imperfect,
"Past": Tense.past,
"Pqp": Tense.pluperfect,…
-
-
Amazing project, thank you so much for `presidio` and all of the work here.
I am noticing with a few different Hugging Face transformer models, that some of the listed entities associated with the …
-
load_model is called in utils before checking if the model was already downloaded
-
Looks like the text_pipeline is not operational.
i'm trying to use scan and replace,
but the replace expects annotations of type AnnotationResults,
But it's getting normal strings or empty lists f…