-
Notifications
You must be signed in to change notification settings - Fork 22
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
Relation creation between two entities #289
Comments
I managed to create the relations between entities.
|
Looks good to me. The rest of the code basically depends on the data you are processing, so I don't have any comments on that. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you have any guidelines how to create a relation between two entities.
The entities all ready exist in the cas I am creating some relations between existing named entities based on some logic.
Have tried the bellow but I am not able to make it work;
`
Relation = typesystem.get_type('webanno.custom.Relation')
NamedEntity = typesystem.get_type('de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity')
`
The text was updated successfully, but these errors were encountered: