Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Missing key 'node' on TextRank #161

Closed
pmuno007 opened this issue Jun 30, 2020 · 0 comments
Closed

Missing key 'node' on TextRank #161

pmuno007 opened this issue Jun 30, 2020 · 0 comments

Comments

@pmuno007
Copy link

Trying to call textrank summarization:

MATCH (a:AnnotatedText)
CALL ga.nlp.ml.textRank.summarize({annotatedText: a}) YIELD result
RETURN result

Getting the following error:

Neo.ClientError.Procedure.ProcedureCallFailed: Failed to invoke procedure ga.nlp.ml.textRank.summarize: Caused by: java.lang.RuntimeException: Missing key 'node'

These are the plugins I'm using:

  • graphaware-server-all-3.5.14.55.jar
  • nlp-3.5.4.53.18.jar
  • nlp-stanfordnlp-3.5.4.53.18.jar
  • stanford-english-corenlp-2018-10-05-models.jar
@pmuno007 pmuno007 changed the title Missing key 'node' Missing key 'node' on TextRank Jun 30, 2020
@ikwattro ikwattro closed this as completed May 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants