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
224 stars 50 forks source link

persons.txt in basic data #6

Closed zhaoluffy closed 6 years ago

zhaoluffy commented 6 years ago

Hi, How did you get the file of "persons.txt" in basic data, if it is generated from wiki, could you share the idea?

octavian-ganea commented 6 years ago

Unfortunately, I do not have that code. But as far as I remember, an entity was categorized as a person if it contained a category of type 'YEAR births' or 'YEAR deaths'.

zhaoluffy commented 6 years ago

Thanks a lot. I've got the general idea