Is there any simple Java-based word sense disambiguation using WordNet?

3k views Asked by At

I am looking for java-based WSD using WordNet that return the appropriate sense of a word based on a context. Can you provide me with some?

1

There are 1 answers

0
xthrd On

I think BabelNet might be useful to you. It does word sense disambiguation based on data from WordNet and Wikipedia.

This paper (pdf) explains how it works and shows an example of WSD using their API.