/naive-wiki

A Naive Implementation of Wikipedia Search Engine

Primary LanguagePythonMIT LicenseMIT

naive-wiki

install

git clone https://github.com/GouMinghao/naive-wiki
cd naive-wiki
pip3 install -r requirements.txt
python3 download_nltk.py

test module

python3 wiki_xml_handler.py
python3 termer.py
python3 posting.py

Running Web Server

Change the port in line 142 of server.py. Running the command below to start the server and you can type http://localhost:port to visit the website.

python3 server.py

Contributors

Wang Xi, Shanghai Jiao Tong University.
Minghao Gou, Shanghai Jiao Tong University.
Long Shaocong, Shanghai Jiao Tong University.

The order of authors is not relative to the contributions to the program.

License

This program is under MIT license.