-
Notifications
You must be signed in to change notification settings - Fork 172
spacy ner analyzer , #165 enhancement #171
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
Conversation
please add these spacy models on the server this testing is taking place : "en_core_web_sm" , "en_core_web_trf"
|
Can you please add required download at line no 63 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@akar5h Thanks for this PR.
Overall it is good. I have few comments, can you please address them post that we can merge it.
@lalitpagaria I have addressed most of the issues. Pls hv a look |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Thanks @akar5h for working on it
have a look when its convinient.
Implemented
SpacyNerAnalyzer
and renamedNerAnalyzer
toTransformerNerAnalyzer
. Also updated the tests ,|