I'm quite new to WordNet. I need some help understanding the structure of WordNet. Currently, I used the MIT JWI WordNet package to implement my system.
So far, I am able to retrieve the synsets and hypernymy of a word. My question is: is there a way to retrieve the next level of hypernymy in the WordNet?
For example: the word "dog" has hypernyms of "canine" and "canid" (first level). How can I extract the second level hypernym which is "carnivore"? And then the next. Is this possible using the JWI?
I want to find the depth of the words according to this paper.
I hope I understand the paper right and I explain it right here as well.
Please someone help to clarify. Thanks.