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

Create alignment dictionary for procrustes algorithm #12

Open
sshivam95 opened this issue Jul 9, 2024 · 0 comments
Open

Create alignment dictionary for procrustes algorithm #12

sshivam95 opened this issue Jul 9, 2024 · 0 comments

Comments

@sshivam95
Copy link
Collaborator

From the notebook here, we need an alignment_dictionary which corresponds to which entities are sameAs from Graph_A to Grapph_B.

To achieve that, we can make use of the entity_to_idx.p files from the training folders. In each file, the entities are given an index, we can just search through these files which entities are similar and then just create an alignment dictionary

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

1 participant