text-machine-lab / entity-coref

Entity co-reference task, from CoNLL-2012
10 stars 3 forks source link

Error in build_data.py #8

Open chanchalIITP opened 4 years ago

chanchalIITP commented 4 years ago

Hi, Thank you for the source codes. It is giving error while running the train_triad.py file, while calling train function. Please suggest the required modification. Thanks in advance.

File "/Data/chanchal_1821cs11/entity-coref-master/src/build_data.py", line 563, in worker X[i].append(X_triad[i]) IndexError: list index out of range