Replies: 2 comments
-
Hi @acrigney, sounds like an interesting use case.
I'm not sure if I follow. So the text literally says "Gleason grade 4+3"? What do you mean with "give an attribute"? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Converting this to a discussion. |
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.
-
Guys I have an enourmous amount of medical reports to perfrom NER on. But I need not only to extract the entities but also values for those entities e.g if I need the Gleason score. The orginal text has "Gleason grade 4+3" but I need to give an attribute to the entity of 4+3. I am also creating knowledge graphs with neo4j and I would like to have the 4+3 as an attribute in the Gleason grade node.
How would you recommend that I do that? I guess I will need to modify the example parser?
Beta Was this translation helpful? Give feedback.
All reactions