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

Coreference resolution #29

Closed theotheo closed 12 months ago

theotheo commented 5 years ago

Hi there!

Please could you tell me if there is any coref model? Classical (non-neural, jvm-based) CoreNLP includes several ones, but I can't find it here.

qipeng commented 5 years ago

The pure Python-based part does not yet have coref models/support, but you can always access the coref models of CoreNLP through the Python interface!

duhaime commented 3 years ago

@qipeng is there any chance this issue could be reopened? This seems like a great feature to keep on the roadmap for stanza!

AngledLuffa commented 3 years ago

Sure, but there are a bunch of steps on the way

duhaime commented 3 years ago

🙏 This feature will be an excellent addition to the package when the time is right!

stale[bot] commented 3 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

English model is added to 1.7.0! Will add other languages as available, when time permits