Is there a way to retrieve the whole noun chunk using a root token in spaCy?
问题 I'm very new to using spaCy. I have been reading the documentation for hours and I'm still confused if it's possible to do what I have in my question. Anyway... As the title says, is there a way to actually get a given noun chunk using a token containing it. For example, given the sentence: "Autonomous cars shift insurance liability toward manufacturers" Would it be possible to get the "autonomous cars" noun chunk when what I only have the "cars" token? Here is an example snippet of the