lasigeBioTM / MER

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

Special characters are replaced by full stops in the output #17

Closed LLCampos closed 7 years ago

LLCampos commented 7 years ago

When running:

bash get_entities.sh 1 T "N-methyl-D-aspartate" ChEBI

We get:

1 T 0 20 0.666192 N.methyl.D.aspartate unknown 1

We should get:

1 T 0 20 0.666192 N-methyl-D-aspartate unknown 1

This bug was probably introduced after the fix of issue #11.