stanfordnlp / stanza

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

when i use depprase for denpendency analysis with chinese in client, the results:root:3;rootnode:2?it is correct? can rootnode be a numer over 0? #1373

Open xy1137030414 opened 3 months ago

xy1137030414 commented 3 months ago

Before you start, make sure to check out:

If you still couldn't find the answer to your question, feel free to delete this text and write down your question. The more information you provide with your question, the faster we will be able to help you!

If you have a question about an issue you're facing when using Stanza, please try to provide a detailed step-by-step guide to reproduce the issue you're facing. Try to at least provide a minimal code sample to reproduce the problem you are facing, instead of just describing it. That would greatly help us in locating the issue faster and help you resolve it!

AngledLuffa commented 3 months ago

I would need more information to diagnose this. What text did you give to which tool that resulted in weird dependencies? In general though, root nodes are always 0

As a heads up, the alert email is sent as soon as the issue is created, and edits don't send followup emails, so next time I recommend deleting an empty issue and recreating it.