flairNLP / flair

A very simple framework for state-of-the-art Natural Language Processing (NLP)
https://flairnlp.github.io/flair/
Other
13.88k stars 2.1k forks source link

Stacked NER corpus like Stacked embedding #467

Closed prabhatM closed 4 years ago

prabhatM commented 5 years ago

Love the idea of stacked embedding. Can we do similar stuff for NER? CoNLL 2003 offers us Loc, Per and Org. On the top of it we can stack our medical or any domain specific NER ( corpus in CoNLL format) ! Doable?

Regards

Prabhat MOHANTY

alanakbik commented 5 years ago

Not sure if I understand the idea correctly. Could you elaborate?

prabhatM commented 5 years ago

We mostly get NER like PER,LOC,ORG from CoNLL 2003. We also have a corpus that gives us DISEASE/DISORDER, The corpus is in CoNLL format. Now by stacking these two independent corpus(Like stacked embedding), we can get all 4 NER form the text through a single pass, can we?

Prabhat

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.