Initial commit
p# new file: runwikiq.sh
This commit is contained in:
10
runwikiq.sh
Executable file
10
runwikiq.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
wikiq_path="PATH_TO_WIKIQ"
|
||||
raw_data_path="wikia_2010_04"
|
||||
of_path="wikiq_wikia_2010_all_nopersistance"
|
||||
dumps="$(ls $raw_data_path)"
|
||||
|
||||
for dumpname in $dumps
|
||||
do
|
||||
python3 $wikiq_path -u $raw_data_path/$dumpname -o $of_path
|
||||
done
|
||||
Reference in New Issue
Block a user