Skip to content
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

Medical Map #14

Open
mshettysubbaiah opened this issue Nov 17, 2015 · 1 comment
Open

Medical Map #14

mshettysubbaiah opened this issue Nov 17, 2015 · 1 comment

Comments

@mshettysubbaiah
Copy link

Hi,

We are trying to map medical articles. I looked at the PMC-OA dataset but the words are not recognized as per medical terms. Have any of you dealt with NER for medical articles. I am exploring Metamap from NLM. I was wondering if the bazaar parser already has something that does NER tagging for medical articles

Any help is highly appreciated

regards,
Manjunath

@JBKBO
Copy link

JBKBO commented Jul 14, 2016

Hi,

bazaar parser uses coreNLP from Stanford. The Stanford NER module in coreNLP has included 3 different standard models.

Models:

3 class: Location, Person, Organization
4 class: Location, Person, Organization, Misc
7 class: Location, Person, Organization, Money, Percent, Date, Time

For further information, have a look here:
http://nlp.stanford.edu/software/CRF-NER.shtml

So i think in your case you need to train your own NER model for medical articels.

JBK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants