dreji18 / Bio-Epidemiology-NER

Recognize bio-medical entities from a text corpus
115 stars 9 forks source link

Can I get a list of all entities it detects? #4

Closed BhavyaShah1234 closed 1 year ago

BhavyaShah1234 commented 1 year ago

Great work! Can I get a list of all the entities(classes) that it detects? Like disease, history, etc

dreji18 commented 1 year ago

Hi, Thanks. You can find the list here in this config file

https://huggingface.co/d4data/biomedical-ner-all/blob/main/config.json

BhavyaShah1234 commented 1 year ago

Thanks