Skip to content

Commit

Permalink
Added hints for windows users
Browse files Browse the repository at this point in the history
  • Loading branch information
hkuhn42 committed Jan 6, 2016
1 parent b9779f4 commit 74ac907
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@ started, you will need:
cd opennlp-models
wget -nd -np -r http://maven.tamingtext.com/opennlp-models/models-1.5/
rm index.html*


or using [wget](https://eternallybored.org/misc/wget/) and [7-Zip](http://www.7-zip.org/) on windows (both must be added to the path environment variable):

md opennlp-models
cd opennlp-models
wget -nd -np -r http://maven.tamingtext.com/opennlp-models/models-1.5/
del index.htm*


4. Get WordNet 3.0 and place it in the TT_HOME directory.

Expand All @@ -39,6 +48,13 @@ started, you will need:
rm index.html*
tar -xf WordNet-3.0.tar.gz

or using [wget](https://eternallybored.org/misc/wget/) and [7-Zip](http://www.7-zip.org/) on windows (both must be added to the path environment variable):

wget -nd -np -r http://maven.tamingtext.com/wordnet/
del index.html*
7z x WordNet-3.0.tar.gz
7z x WordNet-3.0.tar

Building the Source
-------------------

Expand Down

0 comments on commit 74ac907

Please sign in to comment.