Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added hints for windows users #26

Merged
merged 2 commits into from
Mar 2, 2016
Merged
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
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