-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path01_data_process.sh
More file actions
14 lines (10 loc) · 932 Bytes
/
01_data_process.sh
File metadata and controls
14 lines (10 loc) · 932 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash
# First process the data
python ./flask_app/data_process.py \
--doc_dir /srv/www/active-topic-modeling/cleaned_up_code/camera_ready_copy/flask_app/Data/gtd/GTD.json \
--save_path /srv/www/active-topic-modeling/cleaned_up_code/camera_ready_copy/flask_app/Data/gtd/GTD_processed.pkl \
--new_json_path /srv/www/active-topic-modeling/cleaned_up_code/camera_ready_copy/flask_app/Data/gtd/new_GTD.json
python ./flask_app/data_process.py \
--doc_dir /srv/www/active-topic-modeling/cleaned_up_code/camera_ready_copy/flask_app/Data/community_resilience/nist_disaster_tweets.json \
--save_path /srv/www/active-topic-modeling/cleaned_up_code/camera_ready_copy/flask_app/Data/community_resilience/nist_disaster_tweets_processed.pkl \
--new_json_path /srv/www/active-topic-modeling/cleaned_up_code/camera_ready_copy/flask_app/Data/community_resilience/processed_nist_disaster_tweets.json