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

Implement fast relation retrieval #24

Open
khituras opened this issue Jan 21, 2022 · 0 comments
Open

Implement fast relation retrieval #24

khituras opened this issue Jan 21, 2022 · 0 comments
Assignees

Comments

@khituras
Copy link
Member

Semantic relations, as extracted from texts, can already be stored via the IERelationInsertion algorithm. Until now, their retrieval was done through Cypher.
Unfortunately this is a long, complicated and slow query. Implement the logic directly in Java for a speedup of the same result.

@khituras khituras self-assigned this Jan 21, 2022
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

1 participant