Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,11 @@ http://ad-publications.informatik.uni-freiburg.de/CIKM_freebase_qa_BH_2015.pdf
It uses a sqlite database of search strings, wiki URLs and
the probability of the URL given the string. The dataset is located at

http://www-nlp.stanford.edu/pubs/crosswikis-data.tar.bz2/dictionary.bz2
http://nlp.stanford.edu/data/crosswikis-data.tar.bz2/dictionary.bz2

And more information can be found at

http://nlp.stanford.edu/data/crosswikis-data.tar.bz2/

The database will be created automatically.
To initialize the database, run
Expand Down