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 @@ -12,7 +12,7 @@ These instructions are for use on a UNIX-like operating system.

2. Build TERp by running `ant clean; ant` in the root of the repository.

3. Download and install [WordNet version 3.0](http://wordnet.princeton.edu/wordnet/download/current-version/). (**Note**: if you are on OS X, and are using macports, you can simply do `sudo port install wordnet`.)
3. Download and install [WordNet version 3.0](https://wordnet.princeton.edu/download/current-version). (**Note**: if you are on OS X, and are using macports, you can simply do `sudo port install wordnet`.)

4. Download the compressed paraphrase table (`unfiltered_phrasetable.txt.gz`) from the GitHub releases page to the `data` directory and uncompress it.

Expand Down