Skip to content

marshallshen/bing-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BingPython


A light-weight relevance feedback application using Bing search API

Usage


Run via Shell script:

  • Assuming "precision @ 10", the program always return top 10 results per search.
  • You can pass you own account key. If you don't pass one, the application runs using a default account key.

The runner format: $ /bin/run.sh

Example

search with default account key: [snow leopard], [gates], [columbia]

bin/run.sh DEFAULT_KEY 0.8 "gates"
bin/run.sh DEFAULT_KEY 0.8 "snow leopard"
bin/run.sh DEFAULT_KEY 0.8 "columbia"

Run via Python:

$ python bing/relevance.py

Install


To install dependent packages:

$ python setup.py install

Development


To run the test suite: $ nosetests

About

Simple relevance feedback system using Bing search API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published