NLTK WordNet verb hierarchy

Viewed 2391

I spotted some problems with WordNet's hierarchy for verbs. For example, a.lowest_common_hypernyms(wn.synset('love.v.02')) returns [].

Isn't there a common ancestor like entity for verbs as well ?

Are verbs even connected to nouns in the same hierarchy ?

1 Answers
Related