Open berryxue opened 6 years ago
Hi,
This is the line where the tds.Hash() containing the map between candidate wikipedia ids and new generated rltd_ids is saved. https://github.com/dalab/deep-ed/blob/master/entities/relatedness/relatedness.lua#L327
However, this info is not stored per each mention, unfortunately, but the code can be modified to achieve this goal. Hope it helps,
Dear authors: I wonder which file generated in your system saved the candidate entities? I can get the candidate entities of each mention from this file directly so that we can use these candidates directly?