You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: