You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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:
similarTo
itself)The text was updated successfully, but these errors were encountered: