Skip to content

Commit

Permalink
Merge pull request tamingtext#26 from hkuhn42/hkuhn42-readme-patch
Browse files Browse the repository at this point in the history
Added hints for windows users
  • Loading branch information
drewfarris committed Mar 2, 2016
2 parents b9779f4 + 0feab28 commit e635c89
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 e635c89

Please sign in to comment.