Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Which file generated in your system saved the candidate entities? #14

Open
berryxue opened this issue Aug 22, 2018 · 1 comment
Open

Comments

@berryxue
Copy link

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?

@octavian-ganea
Copy link
Contributor

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,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants