Ahmad Alqarni
Ahmad Alqarni

Reputation: 53

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

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?

Upvotes: 4

Views: 3078

Answers (1)

xthrd
xthrd

Reputation: 252

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.

Upvotes: 3

Related Questions