lasigeBioTM / MER

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

Incorrect field init (negative) in annotation #31

Closed AndreLamurias closed 7 years ago

AndreLamurias commented 7 years ago

Found with abstract server 12387862:

./get_entities.sh 1 1 "Beta(1)/beta(2)/beta(3)-adrenoceptor." CHEMICAL 1 1 -1 4 0.378665 Beta CHEMICAL 1 1 1 -1 4 0.378665 Beta CHEMICAL 1 1 1 -1 4 0.378665 Beta CHEMICAL 1

acho para além do índice negativo, que foi o erro que deu no becalm, também repetiu o mesmo Beta 3 vezes em vez de retornar os outros dois.

fjmc commented 7 years ago

In my laptop it works right:

$ ./get_entities.sh 1 1 "Beta(1)/beta(2)/beta(3)-adrenoceptor." CHEMICAL
1       1       0       4       0.278652        Beta    CHEMICAL        1
1       1       7       12      0.378665        /beta   CHEMICAL        1
1       1       15      20      0.378665        /beta   CHEMICAL        1
AndreLamurias commented 7 years ago

my fault, forgot to pull the last commit!