create 'latest.csv' to link to the most recent output.
This commit is contained in:
parent
687da1284f
commit
29ae62c83e
1
keywords/output/csv/latest.csv
Symbolic link
1
keywords/output/csv/latest.csv
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
2020-03-31_wikidata_item_labels_1.csv
|
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# For now these scripts don't accept command line arguments. It's an MVP
|
# For now these scripts don't accept command line arguments. It's an MVP
|
||||||
|
|
||||||
echo "Reading Google trends"
|
echo "Reading Google trends"
|
||||||
python3 collect_trends.py
|
python3 collect_trends.py
|
||||||
|
|
||||||
echo "Searching for Wikidata items using base_terms.txt"
|
echo "Searching for Wikidata items using base_terms.txt"
|
||||||
@ -14,3 +14,5 @@ python3 wikidata_search.py ../output/intermediate/related_searches_rising.csv ..
|
|||||||
echo "Finding translations from Wikidata using sparql"
|
echo "Finding translations from Wikidata using sparql"
|
||||||
python3 wikidata_translations.py ../output/intermediate/wikidata_search_results_from_gtrends.csv ../output/intermediate/wikidata_search_results.csv --topN 10 20 --output ../output/csv/$(date '+%Y-%m-%d')_wikidata_item_labels.csv
|
python3 wikidata_translations.py ../output/intermediate/wikidata_search_results_from_gtrends.csv ../output/intermediate/wikidata_search_results.csv --topN 10 20 --output ../output/csv/$(date '+%Y-%m-%d')_wikidata_item_labels.csv
|
||||||
|
|
||||||
|
rm latest.csv
|
||||||
|
ln -s $(ls -tr | tail -n 1) latest.csv
|
||||||
|
Loading…
Reference in New Issue
Block a user