X-Git-Url: https://code.communitydata.science/covid19.git/blobdiff_plain/3d142377cae1d4afc0b8c64cbeea9da7dd99e7b7..74667cf4dc9f40b08f94df6e94a8f96c77d26b51:/keywords/src/compile_translated_phrases.sh diff --git a/keywords/src/compile_translated_phrases.sh b/keywords/src/compile_translated_phrases.sh index cbc9e5a..14a225d 100755 --- a/keywords/src/compile_translated_phrases.sh +++ b/keywords/src/compile_translated_phrases.sh @@ -5,10 +5,10 @@ echo "Reading Google trends" python3 collect_trends.py -echo "Searching for Wikidata entities using base_terms.txt" +echo "Searching for Wikidata items using base_terms.txt" python3 wikidata_search.py ../resources/base_terms.txt --output ../output/intermediate/wikidata_search_results.csv -echo "Searching for Wikidata entities using Google trends" +echo "Searching for Wikidata items using Google trends" python3 wikidata_search.py ../output/intermediate/related_searches_rising.csv ../output/intermediate/related_searches_top.csv --use-gtrends --output ../output/intermediate/wikidata_search_results_from_gtrends.csv echo "Finding translations from Wikidata using sparql"