-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Mike D'Arcy edited this page Mar 20, 2018
·
5 revisions
Welcome to the search-engine wiki! To run the search engine, you will need:
- nltk
- scikit-learn
- PyMongo
- psycopg2
- scipy
- annoy
You will need to run nltk.download()
in Python 3 to get the base data. It will ask you some questions about where to put the files and what to download. I would download all packages and set the download directory to any one of the default directories NLTK mentions (i.e., /usr/share/nltk_data/
, ~/nltk_data/
, etc).
If you want to try the neural-net stuff, you will also need CNTK.
Be warned: Most things are in a constant state of flux and experimentation, so things may break. If they do, file an issue or message one of the devs.