Skip to content

A Simple Vector Space Model implementation for searching (some of) Donald Trump's speeches.

Notifications You must be signed in to change notification settings

mbilalakmal/VectorSpaceModel

Repository files navigation

VectorSpaceModel

VectorSpaceModel is a Python3 program that implements the ranked vector retrieval model.

Installation

Clone the project.

git clone https://github.com/mbilalakmal/VectorSpaceModel.git

To install dependencies from requirements.txt run:

pip install -r requirements.txt

Usage

Run app.py in Python3 interpreter.

python app.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Acknowledgements

  • PySimpleGUI Python GUI library.
  • nltk Python library for natural language tools. (Wordnet lemmatizer is used).

License

MIT

About

A Simple Vector Space Model implementation for searching (some of) Donald Trump's speeches.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages