Understanding Spacy's Dependency Parser Better.

Hi guys,

I was trying to understand how spacy's dependency parse is working. Consider the following example which I input into the demo

As we can see the adjectives balmy and vibrant are both describing summer. So shouldn't there be a link which refers balmy from summer which is of type AMOD?

I am trying to understand the outputs better here so any help would be really appreciated.

Thanks & Regards,
Vinayak.

Hi Vinayak,

These type of questions are probably more suited on the spaCy discussion forum: Discussions · explosion/spaCy · GitHub

Would you mind opening a new thread there? We try to keep this forum specific to Prodigy. Thanks for understanding! :slight_smile:

1 Like

Thanks!