mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
link to nltk documentation
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user