]> code.communitydata.science - covid19.git/commitdiff
shell script to run the whoe process
authorNathan TeBlunthuis <nathante@uw.edu>
Thu, 26 Mar 2020 18:13:23 +0000 (11:13 -0700)
committerNathan TeBlunthuis <nathante@uw.edu>
Thu, 26 Mar 2020 18:13:23 +0000 (11:13 -0700)
transliterations/src/compile_transliterated_phrases.sh [new file with mode: 0755]

diff --git a/transliterations/src/compile_transliterated_phrases.sh b/transliterations/src/compile_transliterated_phrases.sh
new file mode 100755 (executable)
index 0000000..8af82f7
--- /dev/null
@@ -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

Community Data Science Collective || Want to submit a patch?