X-Git-Url: https://code.communitydata.science/covid19.git/blobdiff_plain/687da1284f0ccc527046f31b93a5a3ca306a946d..29ae62c83ecd8db8cee00d8095362a8856b9d3e6:/keywords/src/compile_translated_phrases.sh diff --git a/keywords/src/compile_translated_phrases.sh b/keywords/src/compile_translated_phrases.sh index 14a225d..bc7c833 100755 --- a/keywords/src/compile_translated_phrases.sh +++ b/keywords/src/compile_translated_phrases.sh @@ -2,7 +2,7 @@ # 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 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" 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