You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to, preferably programmatically as in Spacy, get tagsets for all processors for a given model/language in Stanza.
E.g. all NER tags, all dependency relations. (I know that NER tags are included in the documentation.)
I need to know what are the possible labels returned by Stanza and be able to update it easily.
Is it possible to get such information for a specific Stanza model?