I am trying to access the top most object in the WordNet hierarchy.
Example: "Tiger"
must return "Animal"
, similarly for other things like "car"
-> automobile
I am using JAWS api
for access to WordNet via JAVA.
1) How to do it?
2) Is there a general tutorial on various things we can do on WordNet via JAVA (JAWS)?