Skip to content
This repository has been archived by the owner on Oct 20, 2018. It is now read-only.

Commit

Permalink
Update index_db.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jodaiber committed Jan 21, 2016
1 parent ecf53c4 commit 2e9c206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/index_db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ if [ "$eval" == "true" ]; then
fi

curl https://raw.githubusercontent.com/dbpedia-spotlight/model-quickstarter/master/model_readme.txt > $TARGET_DIR/README.txt
curl $WIKI_MIRROR/${LANGUAGE}wiki/latest/${LANGUAGEwiki-latest-pages-articyles.xml.bz2-rss.xml | grep link | sed -e 's/^.*<link>//' -e 's/<[/]link>.*$//' | uniq >> $TARGET_DIR/README.txt
curl "$WIKI_MIRROR/${LANGUAGE}wiki/latest/${LANGUAGEwiki-latest-pages-articyles.xml.bz2-rss.xml" | grep link | sed -e 's/^.*<link>//' -e 's/<[/]link>.*$//' | uniq >> $TARGET_DIR/README.txt
echo "Finished! Cleaning up..."
rm -f $WDIR/dump.xml
Expand Down

0 comments on commit 2e9c206

Please sign in to comment.