Spcay recoginize similar words into different entities #13159
Unanswered
LeiGong0125Carrot
asked this question in
Help: Coding & Implementations
Replies: 1 comment
-
Hi! Please note that scispacy and its pretrained models are not created/maintained by us but by AllenAI: https://github.com/allenai/scispacy, so it's probably best to ask your question there. I don't know exactly how their NER and EL components work, but I would imagine that you're supposed to feed full sentences to the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I used the following code to do entity recognition in the MIMIC discharge_summary dataset.
But when I tried to use some similar words to test. The spacy returned quite different entities. Like 'spinals' and 'spinal' gives me different entities. Any way to solve this?
Beta Was this translation helpful? Give feedback.
All reactions