Deesha
Deesha

Reputation: 538

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?

Upvotes: 1

Views: 487

Answers (1)

Purvanshi
Purvanshi

Reputation: 58

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

Upvotes: 1

Related Questions