Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Stanford dictionary url #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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