/Vector-Space-Model-IR

Vector space model based search engine.

Primary LanguagePython

Vector Space Model - Search Engine

RUN THE CODE

  • Run the search.py in the src folder directly.
  • To use the gui, run the gui.py file in the src folder. Pyqt5 must be setup first.

ABOUT

  • Preprocessing
  • Stop-words removal
  • Lemmatization
  • tf-ids weights
  • Indexing
  • Cosine Similarity

Searchly