Commit 677dfeec authored by Kenneth Reitz's avatar Kenneth Reitz

cleanup

parent c77a1877
...@@ -14,9 +14,6 @@ source $BIN_DIR/utils ...@@ -14,9 +14,6 @@ source $BIN_DIR/utils
bpwatch start nltk_download 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 # Check that nltk was installed by pip, otherwise obviously not needed
python -m nltk.downloader -h >/dev/null 2>&1 python -m nltk.downloader -h >/dev/null 2>&1
if [ $? -eq 0 ]; then if [ $? -eq 0 ]; then
......
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