Java WordNet Interface

I need to use WordNet with Java. Can someone point me to some useful resources?

+3
source share
2 answers

I implemented a project with WordNet some time ago, and it looks like I recall using the JWNL API . The APIs and docs were pretty straightforward (and easy) to use.

+2
source

A quick googling search reveals some things from gus from MIT, a library on SourceForge, and something called JAWS .

I have not used any of these libraries.

+1
source

Source: https://habr.com/ru/post/1745288/


All Articles