lasigeBioTM / MER

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

Second piped_pair_text has extra word #1

Closed LLCampos closed 7 years ago

LLCampos commented 7 years ago
bash get_entities.sh 1 "Androsterone derivatives remodellina man."

In debug mode I get this:

declare 'piped_pair_text1=androsterone derivatives|remodellina man.'
declare 'piped_pair_text2=derivatives remodellina|man.'

The value of piped_pair_text1 is ok, but piped_pair_text2 should be:

declare 'piped_pair_text2=derivatives remodellina.'

The term man is already listed in piped_text.

fjmc commented 7 years ago

added also a XXX in the final of text for piped_pair_text2