This is a text-based search engine written in Python for the course Computational Thinking.
Usage:
- Make sure you have the dependencies installed (requirements.txt is provided). Run:
pip install -r requirements.txt
orconda install --file requirements.txt
. - Run
python download.py
. The lemmatizer from NLTK can not be installed through pip, but this file takes care of it. - Run
python main.py
. This will start the CODE Search Engine. View it at 127.0.0.1:5000/.