Newer
Older
# get all variables and functions
source functions.sh
git clone "https://github.com/dbpedia/extraction-framework.git" $DIEFDIR &>/dev/null
# reset the ontology and some files that are changes
git stash
# concat universial props
echo "base-dir=$EXTRACTIONBASEDIR" > $DIEFDIR/core/src/main/resources/universal.properties
echo "log-dir=$LOGDIR/extraction/" >> $DIEFDIR/core/src/main/resources/universal.properties
cat $CONFIGDIR/universal.properties.template >> $DIEFDIR/core/src/main/resources/universal.properties