Commit fafafdaa by Max Rothman

Update nltk URLs

The old ones were returning 301s pointing to the updated URL
parent c85cc8d7
......@@ -6,8 +6,8 @@ NLTK_DATA_DIR: "/usr/local/share/nltk_data"
# your own version of the files with the version appended to the filename.
NLTK_DATA:
- { path: "taggers/maxent_treebank_pos_tagger",
url: "http://nltk.github.com/nltk_data/packages/taggers/maxent_treebank_pos_tagger.zip" }
url: "http://nltk.github.io/nltk_data/packages/taggers/maxent_treebank_pos_tagger.zip" }
- { path: "corpora/stopwords",
url: "http://nltk.github.com/nltk_data/packages/corpora/stopwords.zip" }
url: "http://nltk.github.io/nltk_data/packages/corpora/stopwords.zip" }
- { path: "corpora/wordnet",
url: "http://nltk.github.com/nltk_data/packages/corpora/wordnet.zip" }
url: "http://nltk.github.io/nltk_data/packages/corpora/wordnet.zip" }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment