stanfordnlp / stanza

Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages
https://stanfordnlp.github.io/stanza/
Other
7.31k stars 896 forks source link

[QUESTION] Can stanza perform Coreference resolution? #851

Closed conormcmenamin closed 12 months ago

conormcmenamin commented 3 years ago

I am trying to find an equivalent functionality to the CoreferenceResolution() function that is part of pycorenlp in the stanza library. Is stanza capable of coreference resolution, beyond simply the coreference chain attribute 'corefChain'?

AngledLuffa commented 3 years ago

Not yet. It is in the plans for the coming months, though.

On Tue, Oct 19, 2021 at 4:48 AM Conor McMenamin @.***> wrote:

I am trying to find an equivalent functionality to the CoreferenceResolution() function that is part of pycorenlp in the stanza library. Is stanza capable of coreference resolution, beyond simply the coreference chain attribute 'corefChain'?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/stanfordnlp/stanza/issues/851, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2AYWLNO7I5OOSS52ORLWDUHVLKPANCNFSM5GI6BJZA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

AngledLuffa commented 12 months ago

1.7.0 has English coref now!