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

More aggressive normalization #4

Open
DavidLeoni opened this issue Jun 6, 2016 · 0 comments
Open

More aggressive normalization #4

DavidLeoni opened this issue Jun 6, 2016 · 0 comments

Comments

@DavidLeoni
Copy link
Member

Graph normalization currently adds to the graph relations we are mostly interested with and consider as canonical, i.e. we privilege hypernym overy hyponym, so if there is an hyponym it adds an inverse hypernym .

There are other things we could do:

  • check for loops in hypernyms
  • remove non-canonical relations
  • remove self-loops for reflexive relations (i.e. node similarTo itself)
  • check abnormal relations (with empty / blank names)
  • ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant