diff --git a/data/sent140/preprocess/get_data.sh b/data/sent140/preprocess/get_data.sh index 67bd515..98cfe4c 100755 --- a/data/sent140/preprocess/get_data.sh +++ b/data/sent140/preprocess/get_data.sh @@ -3,7 +3,7 @@ cd ../data/raw_data if [ ! -f trainingandtestdata.zip ]; then - wget --no-check-certificate http://cs.stanford.edu/people/alecmgo/trainingandtestdata.zip + wget --no-check-certificate https://cs.stanford.edu/people/alecmgo/trainingandtestdata.zip fi unzip trainingandtestdata.zip @@ -13,4 +13,4 @@ mv testdata.manual.2009.06.14.csv test.csv rm trainingandtestdata.zip -cd ../../preprocess \ No newline at end of file +cd ../../preprocess