Skip to content
Snippets Groups Projects
Commit 677dfeec authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

cleanup

parent c77a1877
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,6 @@ source $BIN_DIR/utils
bpwatch start nltk_download
export NLTK_DATA_DIR="$BUILD_DIR/nltk_data"
export NLTK_DATA="$BUILD_DIR/nltk_data"
# Check that nltk was installed by pip, otherwise obviously not needed
python -m nltk.downloader -h >/dev/null 2>&1
if [ $? -eq 0 ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment