Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ To get hands on the development, import it into eclipse, but first make sure you
To use WordNet inside the project (I'm using MIT JWI as the interface, which is already included in maven `pom.xml`):

1. Create a folder "lib" in the project base directory.
2. Download [WordNet](https://wordnet.princeton.edu/wordnet/download/) into that "lib" directory just created.
2. Download [WordNet](https://wordnetcode.princeton.edu/3.0/WordNet-3.0.tar.gz) into that "lib" directory just created.
3. Extract the downloaded WordNet.
4. Finally just make sure "$(basedir)/lib/WordNet-3.0/dict/" exists. (Or you have to modify the path inside class `com.dukenlidb.nlidb.model.WordNet`.)

Expand Down