link to nltk documentation

This commit is contained in:
2017-03-17 15:02:20 -04:00
parent 26ed6daeaa
commit 59a70d2c63
+2 -1
View File
@@ -23,7 +23,8 @@ if [ $? -eq 0 ]; then
python -m nltk.downloader -d $BUILD_DIR/.heroku/python/nltk_data $nltk_packages | indent
set-env NLTK_DATA "/app/.heroku/python/nltk_data"
else
puts-warn "nltk.txt not found, not downloading any corpora"
puts-warn "'nltk.txt' not found, not downloading any corpora"
puts-warn "Learn more: https://devcenter.heroku.com/articles/python-nltk"
fi
fi