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

Edge dereification #40

Closed
goodmami opened this issue Dec 13, 2019 · 2 comments
Closed

Edge dereification #40

goodmami opened this issue Dec 13, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@goodmami
Copy link
Owner

Penman now has edge and attribute reification, ported from Norman, but not the reverse process. Edge contraction (also called "collapsing" or "dereification" in Norman) would be more useful for DMRS than AMR since DMRS tends to have "reified" nodes by default (in a sense), whereas AMR almost never reifies relations unless necessary.

@goodmami goodmami added the enhancement New feature or request label Jan 3, 2020
@goodmami goodmami changed the title Edge contraction Edge dereification Jan 3, 2020
@goodmami
Copy link
Owner Author

goodmami commented Jan 3, 2020

Renamed to "dereification" because "contraction" has a slightly different meaning in graph theory, even if topologically the result is the same (if we don't consider the instance triple an edge). Reification entails the creation of a new node with a particular label, so dereification is the reversed process, resulting in an edge with a particular label.

@goodmami
Copy link
Owner Author

goodmami commented Jan 7, 2020

Resolved in 2a9f2ba

@goodmami goodmami closed this as completed Jan 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant