The Java API for WordNet Searching (JAWS) is an API that provides Java applications with the ability to retrieve data from the WordNet database.
I am searching for a way to find all the synonyms of a particular word using wordnet. I am using …
nlp wordnet synonym jaws-wordnetI need to use Wordnet in a java-based app. I want to: search synsets find similarity/relatedness between synsets My …
java similarity wordnet jaws-wordnet