Search code examples
nlpdependency-parsingstanford-parser

Dependency Parsing graph for a paragraph


I am working on a NLP project. I want to create a dependency parsing graph for an entire paragraph, instead of sentence. Is there an existing method for the same?


Solution

  • There is no such dependency parsing for a paragraph but you can use Stanford coreference resolution on the sentences and extract particular dependencies.