From 74ac907c4c54ee3d5402018b5e9ad64102a5da8d Mon Sep 17 00:00:00 2001 From: hkuhn42 Date: Wed, 6 Jan 2016 16:37:21 +0100 Subject: [PATCH 1/2] Added hints for windows users --- README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README b/README index 2a45349..fd4b504 100644 --- a/README +++ b/README @@ -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. @@ -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 ------------------- From 0feab283aef83d70d85bdb3d245f18cbdf825a71 Mon Sep 17 00:00:00 2001 From: hkuhn42 Date: Wed, 6 Jan 2016 16:40:06 +0100 Subject: [PATCH 2/2] Restyled hints --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index fd4b504..fd9d9d8 100644 --- a/README +++ b/README @@ -31,7 +31,7 @@ started, you will need: 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): + 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 @@ -48,7 +48,7 @@ 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): + 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*