-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom model for NER #36
Comments
Hi @espoirMur, it seems like the model architecture you are using uses the It is however a plan to add NER model to this library as well, I would welcome a PR on this. |
Hi @espoirMur @KennethEnevoldsen, I was wondering, is anybody currently implementing this? It would be nice to have this in the near future, so I am curious whether I should get my hands dirty or whether I can expect this NER model anytime soon? |
Hi, @LisaHoek. Sorry for the late response was on holiday. I am currently not working on this feature, but I would very much welcome a pull request on the feature, and I would also help if solving any problems or kinks you might discover while tackling the problem. |
Hi @LisaHoek and @espoirMur, |
Thank you @KennethEnevoldsen 💪🏻 |
There are still a few edge cases where performance is not 1-1 (see #74), but that is mostly due to the spacy tokenizer (and I have only seen it for one case). |
Hello thanks you for setting up this ..
The examples are amazing.
Is it possible to use this wrapper with a Named Entity Recognition model?
If that is the case, is it possible to add an example with a NER model from hugging face?
Following the example, I am trying to add this but it is not working, I do not why may be I should go back and learn how spacy works.
The text was updated successfully, but these errors were encountered: