VectorSpaceModel is a Python3 program that implements the ranked vector retrieval model.
Clone the project.
git clone https://github.com/mbilalakmal/VectorSpaceModel.gitTo install dependencies from requirements.txt run:
pip install -r requirements.txtRun app.py in Python3 interpreter.
python app.pyPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
- PySimpleGUI Python GUI library.
 - nltk Python library for natural language tools. (Wordnet lemmatizer is used).