-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup_country_dates.sh
executable file
·10 lines (10 loc) · 1.09 KB
/
setup_country_dates.sh
1
2
3
4
5
6
7
8
9
10
python getting_and_processing_corpora/fill_min_max_pubdates.py --corpus indonesia --min 1/1/1987 --max 12/1/2007
python getting_and_processing_corpora/fill_min_max_pubdates.py --corpus cuba --min 1/1/1987 --max 12/1/2007
python getting_and_processing_corpora/fill_min_max_pubdates.py --corpus slovenia --min 1/1/1987 --max 12/1/2007
python getting_and_processing_corpora/fill_min_max_pubdates.py --corpus malaysia --min 1/1/1987 --max 12/1/2007
python getting_and_processing_corpora/fill_min_max_pubdates.py --corpus philippines --min 1/1/1987 --max 12/1/2007
python getting_and_processing_corpora/fill_min_max_pubdates.py --corpus estonia --min 1/1/1987 --max 12/1/2007
python getting_and_processing_corpora/fill_min_max_pubdates.py --corpus singapore --min 1/1/1987 --max 12/1/2007
python getting_and_processing_corpora/fill_min_max_pubdates.py --corpus rwanda --min 1/1/1987 --max 12/1/2007
python getting_and_processing_corpora/fill_min_max_pubdates.py --corpus haiti --min 1/1/1987 --max 12/1/2007
python getting_and_processing_corpora/fill_min_max_pubdates.py --corpus colombia --min 1/1/1987 --max 12/1/2007