lasigeBioTM / MER

Minimal Named-Entity Recognizer (MER)
http://labs.fc.ul.pt/mer/
56 stars 8 forks source link

Different annotations in same document cannot overlap each other #9

Closed LLCampos closed 7 years ago

LLCampos commented 7 years ago

bash get_entities.sh 1 T "Benzalkonium Chloride" ChEBI

Should return

1 T 0 21 0.671541 Benzalkonium Chloride unknown 1

Instead of:

1 T 13 21 0.519102 Chloride unknown 1
1 T 0 21 0.671541 Benzalkonium Chloride unknown 1

I guess this is only relevant for purposes of the CEMP competition?

LLCampos commented 7 years ago

This issue was only relevant for the CEMP task, so I am closing it.