Skip to content

nhirakawa/QueryLikelihood

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A toy search engine using Query Likelihood model

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages