lasigeBioTM / MER

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

IBELight does not annotate entities that include words with less than three characters #4

Closed LLCampos closed 7 years ago

LLCampos commented 7 years ago

Examples:

bash get_entities.sh 1 "Amphotericin B"
bash get_entities.sh 1 "Angiotensin II"

I think there are a lot of cases similar to these ones.

fjmc commented 7 years ago

commented the filter egrep '[[:alpha:]]{3,}'