This commit is contained in:
2017-02-15 13:49:59 -05:00
parent c77a1877d3
commit 677dfeec11
-3
View File
@@ -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