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

Allow reification transformations #27

Closed
goodmami opened this issue Aug 14, 2018 · 2 comments
Closed

Allow reification transformations #27

goodmami opened this issue Aug 14, 2018 · 2 comments
Milestone

Comments

@goodmami
Copy link
Owner

Reification is a constrained graph transformation that replaces an edge with a binary node. For example, A --> B becomes A <-- C --> B. This allows cycles to be broken and relations to become focused (e.g., as root nodes). Not any edge can be reified, and the new node and new edges are not all the same.

Hopefully reification can be done on a Graph without knowledge of the codec.

@goodmami
Copy link
Owner Author

For the table, also see https://www.isi.edu/~ulf/amr/lib/roles.html#tables

@goodmami goodmami added this to the v0.7.0 milestone Nov 15, 2019
@goodmami
Copy link
Owner Author

Resolved by ce402f0

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