/searchEngine

A search engine for uottawa courses using python with django, nltk. Object-Oriented design

Primary LanguagePython

To run this: cd to the current directory

First install django and nltk: pip install django pip install nltk

Then run the file python manage.py runserver look at the console for port number, usually port 8000.

In the first few queries the console might ask you to download the list of words or stopwords. Proceed as instructed in the console. You only have download once.