update compile script

This commit is contained in:
Nathan TeBlunthuis 2020-03-31 15:27:21 -07:00
parent 4fd516a700
commit 55110c7f21
2 changed files with 2 additions and 2 deletions

View File

@ -11,6 +11,6 @@ python3 wikidata_search.py ../resources/base_terms.txt --output ../output/interm
echo "Searching for Wikidata entities using Google trends" echo "Searching for Wikidata entities 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 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 transliterations from Wikidata using sparql" echo "Finding translations from Wikidata using sparql"
python3 wikidata_transliterations.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_entity_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