Skip to content

A simple search engine based on the vector space model

Notifications You must be signed in to change notification settings

GuruSHR/search-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#IR class project - ranked retrieval using vector space model

##Requirements

Tested using:

##Usage

  1. Run 2to3 porterstemmer.py to make the stemmer compatible with python 3 (if not done already)
  2. Run build_index.py to construct an inverted index from the data.
  3. Run search.py "your query" [ k ] to get top k results (default k = 10).

About

A simple search engine based on the vector space model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages