1

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)?

Rahul Baradia
  • 11,802
  • 17
  • 73
  • 121

1 Answers1

1

This page contains most of the necessary information and there is a number of recipes for different tasks available online. You should at least try something before asking questions, no?

Qnan
  • 3,714
  • 18
  • 15