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

[QUESTION] Spanish Constituency to English Constituency Translation Dictionary? #1380

Open jack-dempsey-cascade opened 2 months ago

jack-dempsey-cascade commented 2 months ago

Hello,

We have a program that relies heavily on the constituency parse for its English usage, and we're looking to expand our program to also handle Spanish text. We noticed that Spanish does have constituency information available, but the labels are all different (they're in Spanish). Is there any information you could share specifically about what these tags denote (e.g., a website with all the constituency tags) or maybe even translation information for the tags from Spanish to English?

Thanks for any help!

Best, Jack