lasigeBioTM / MER

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

Duplicate annotation when "—" is part of term #24

Closed LLCampos closed 7 years ago

LLCampos commented 7 years ago

When running

bash get_entities.sh 1 A " —ONO2;" ChEBI

We get:

1   A   1   6   0.378665    —ONO2   ChEBI   1
1   A   1   6   0.378665    @ONO2   ChEBI   1

We should get just:

1 A 1 6 0.378665 —ONO2 ChEBI 1

fjmc commented 7 years ago

done $ ./get_entities.sh 1 A " —ONO2;" ChEBI 1 A 1 6 0.378665 —ONO2 ChEBI 1