Open granthoff1107 opened 3 years ago
The NLP jargon for this task is "coreference resolution". Maybe this helps you: https://huggingface.co/coref
Thanks this is perfect
On Fri, Feb 26, 2021, 11:23 AM Davi Silva notifications@github.com wrote:
The NLP jargon for this task is "coreference resolution". Maybe this helps you: https://huggingface.co/coref
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Unipisa/diaparser/issues/3#issuecomment-786747694, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADFQZHNMI7DH4O6JMG6DHGLTA7DGPANCNFSM4XPYFMEQ .
I'm trying to find a way to maintain track of a subject when doing sentiment analysis.
e.g ( diaparsers is great. It is a revolutionary parser)
The second sentence it refers to the original subject of the first sentence.
I'm wondering if it is possible to maintain track of the subject using diaparser? If not would you know of the name of the technology which should be or might be used for this?