-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Which dependency labels are used in English model? #2705
Description
It was already asked before in #1682 . Which dependency labels are used in English model?
I see that in documentation Universal Dependancy Labels are mixed with English Dependancy Labels .
It was said:
" The English models are trained on the the OntoNotes 5 corpus and all use the CLEAR style for dependency labels. You can see the full list of labels here: https://spacy.io/api/annotation#dependency-parsing-english (You should be able to click on "English" and expand the section to show the full table)."
But in English model Annotation Specifications , for example, tags "nummod" , "compound", "acl" are absent but you can find them among Universal Dependancy Labels . While tags "poss" and "case" are missing in Universal Dependancy set and the tag "relcl" is missing in both sets. Is it some kind of mixed version of both used by spaCy English model or it is just incomplete documentation?