I am trying to implement Resnik's similarity measure using WordNet hierarchy in java.
Example:- deposit money in bank. In above example suppose I want to disambiguate DEPOSIT & BANK. So, I will have to 1st access nodes of senses of respective words & then apply algorithm.
My question is:- How do I programatically access the WordNet hierarchy/node positions?
I have used the Java WN Similarity project as suggested by @damned