dalab / deep-ed

Source code for the EMNLP'17 paper "Deep Joint Entity Disambiguation with Local Neural Attention", https://arxiv.org/abs/1704.04920
Apache License 2.0
223 stars 50 forks source link

Assertion error at step 13 #27

Open mickvanhulst opened 5 years ago

mickvanhulst commented 5 years ago

Dear authors,

When running step 13.2 I get the following assertion error. Any idea why this may be the case? The code on that specific line is: assert(new_grd_pos > 0)

I would comment the code, but the variable new_grd_pos is used to write to the new file, so I am not sure that is a viable option.

image