RiWordnet wordnet = new RiWordnet();
System.out.println(wordnet.isIgnoringCompoundWords());
gives me true as output, but i have to find the similarity between compound words too.. how to do that in wordnet?
RiWordnet wordnet = new RiWordnet();
System.out.println(wordnet.isIgnoringCompoundWords());
gives me true as output, but i have to find the similarity between compound words too.. how to do that in wordnet?