/QueryLikelihood

A toy search engine using Query Likelihood model

Primary LanguagePythonMIT LicenseMIT

QueryLikelihood

A toy search engine, written in Python

Uses Query Likelihood model to evaluate results

Uses CouchDB to store inverted index

Setup

To run, you need:

  • Python 2.7
  • Access to a CouchDB instance (need to change db address, defaults to http://localhost:5984)

To Run

Start CouchDB instance Run $ python main.py