1
votes

I'm working on a project and I need to perform a Knowledge-based Word Sense Disambiguation using WordNet. I did a quick search about all the possible solutions, but I don't have much time to go deeper in that. Can you please suggest me Java APIs or anything related to that, such as: Giving a word w and a sentence s, select the best sense of w from WordNet, depending on the context of s in Java.