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

Does stanza support Coreference Resolution? #988

Closed JiexingQi closed 2 years ago

JiexingQi commented 2 years ago

Hi, I want to use stanza to do coreference resolution? However, I can not find description about how to use stanza to do coreference resoluton? Can someone give me some advice? I just find two other project which can do this, such as Coreferee(in https://github.com/msg-systems/coreferee) and nerualcoref(https://github.com/huggingface/neuralcoref)

AngledLuffa commented 2 years ago

It's on the TODO list... which language do you want to process?

On Sun, Apr 3, 2022 at 7:37 PM JiexingQi @.***> wrote:

Hi, I want to use stanza to do coreference resolution? However, I can not find description about how to use stanza to do coreference resoluton? Can someone give me some advice? I just find two other project which can do this, such as Coreferee(in https://github.com/msg-systems/coreferee) and nerualcoref(https://github.com/huggingface/neuralcoref)

— Reply to this email directly, view it on GitHub https://github.com/stanfordnlp/stanza/issues/988, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2AYWJYQLHD3LZFDBFZZJTVDJIWVANCNFSM5SODMOHA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

JiexingQi commented 2 years ago

Thank you for your @AngledLuffa I want to it in English.

AngledLuffa commented 2 years ago

You could always try the corenlp interface in the meantime

https://stanfordnlp.github.io/stanza/corenlp_client.html

On Sun, Apr 3, 2022 at 7:46 PM JiexingQi @.***> wrote:

Thank you for your @AngledLuffa https://github.com/AngledLuffa I want to it in English.

— Reply to this email directly, view it on GitHub https://github.com/stanfordnlp/stanza/issues/988#issuecomment-1087053621, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2AYWM3HS3SOP6ABOPPVULVDJJZNANCNFSM5SODMOHA . You are receiving this because you were mentioned.Message ID: @.***>

JiexingQi commented 2 years ago

Thank you, I will try it