Python Anaphora Resolution

I want to use Anaphor permission in my text mining project. I am doing a project on the Linux platform and I am using Python. I searched the net, but there is no suitable toolkit that can perform anaphore resolution in Python. Please suggest a toolkit that can do this.

I want to find a noun pronouns. eg,

Joe was going to have lunch. He was too hungry.

I want He to replace Joey in the next sentence.

+5
source share
1 answer

Take a look at the docs for NLTK-DRT .

+1
source

All Articles