From 6905a5204416d2d7e2c17e9dfb0fd77852783ab2 Mon Sep 17 00:00:00 2001 From: Nathan TeBlunthuis Date: Thu, 26 Mar 2020 11:13:23 -0700 Subject: [PATCH] shell script to run the whoe process --- transliterations/src/compile_transliterated_phrases.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 transliterations/src/compile_transliterated_phrases.sh diff --git a/transliterations/src/compile_transliterated_phrases.sh b/transliterations/src/compile_transliterated_phrases.sh new file mode 100755 index 0000000..8af82f7 --- /dev/null +++ b/transliterations/src/compile_transliterated_phrases.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +# For now these scripts don't accept command line arguments. It's an MVP + +python3 wikidata_search.py +python3 wikidata_transliterations.py -- 2.39.2