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

The Family to Persons Case #35

Open
hoechp opened this issue May 16, 2017 · 2 comments
Open

The Family to Persons Case #35

hoechp opened this issue May 16, 2017 · 2 comments

Comments

@hoechp
Copy link
Contributor

hoechp commented May 16, 2017

The Family to Persons Case

Resources:

Other cases:

YAGE branch for the case:

ttc-family

@hoechp
Copy link
Contributor Author

hoechp commented May 16, 2017

This one looks quite easy to solve, I think - but covering different cases and configurations will take some time. As far as I understand, this is just a matter of handling changes in the models and converting data from one model to another with a lot of data being lost - I'd think a lot of this would be possible by using GTR.

@hoechp
Copy link
Contributor Author

hoechp commented May 18, 2017

@eicke123: I just added a feature, where you can also match for any edge label:

// example:
p.addPatternEdge("-", (String)null, k); // note the '(String)null' as edge-label xD
// that way it will match any edge label

just get the updated PatternEngine.java from the ttc-state-branch, if you want to use it.

edit: It's not that syntax anymore. Now it's:

p.addPatternEdge("-", "#{pk}", k);

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

2 participants