Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ikwattro/a8776b469e1ad7cefd1a537469eb52ae to your computer and use it in GitHub Desktop.
Save ikwattro/a8776b469e1ad7cefd1a537469eb52ae to your computer and use it in GitHub Desktop.

Perform summarization

MATCH (a:AnnotatedText)
CALL ga.nlp.ml.textRank.summarize({annotatedText: a}) YIELD result
RETURN result
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment