Skip to content

Commit

Permalink
some stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Nov 2, 2019
1 parent 8f7e4c0 commit 5b30d9d
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions marvin_extraction_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,20 @@ fi
# RUN (requires setup-dief.sh)
#######################

# DOWNLOAD ONTOLOGY and MAPPINGS
echo "DOWNLOAD ONTOLOGY AND MAPPINGS"
cd $DIEFDIR/core
../run download-ontology &> $LOGDIR/downloadOntology.log
../run download-mappings &> $LOGDIR/downloadMappings.log
../run download-ontology &> $LOGDIR/downloadOntology.log
../run download-mappings &> $LOGDIR/downloadMappings.log

# DOWNLOAD WIKIDUMPS
echo "DOWNLOAD WIKIDUMPS"
cd $DIEFDIR/dump
../run download $CONFIGDIR/download.$GROUP.properties &> $LOGDIR/downloadWikidumps.log
../run download $CONFIGDIR/download.$GROUP.properties &> $LOGDIR/downloadWikidumps.log

# EXTRACT
extractDumps &> $LOGDIR/extraction.log;

# POST-PROCESSING
echo "EXTRACT"
extractDumps &> $LOGDIR/extraction.log;

echo "POST-PROCESSING"
postProcessing 2> $LOGDIR/postProcessing.log;


Expand Down

0 comments on commit 5b30d9d

Please sign in to comment.