Where do the dependency labels of the English spacy model come from ? #7181
-
Hi, The documentation stipulates that the model was trained on Ontonote. Yet, Ontonote is only annotated with syntactic constituents.
It seems that ClearNLP was used to convert Ontonote to dependency parsed data, possibly following this paper : https://www.mathcs.emory.edu/~choi/doc/cu-2012-choi.pdf This is not clear to me, can anyone confirm this ? Thanks ! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This information is in the v2 docs here: https://v2.spacy.io/api/annotation. This page seems to have gone missing in the v3 docs and should be added back, with updates since a few of the details have changed in v3. |
Beta Was this translation helpful? Give feedback.
This information is in the v2 docs here: https://v2.spacy.io/api/annotation. This page seems to have gone missing in the v3 docs and should be added back, with updates since a few of the details have changed in v3.