Skip to content

Python implementation of Binary Independence Model (BIM) system for information retrieval

Notifications You must be signed in to change notification settings

laurabalasso/Binary-Independence-Model-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary Independence Model

Python implementation of Binary Independence Model (BIM) system for Information Retrieval

Example of Usage

Import TIME dataset, initialize the system, formulate a query, tell the system which documents are relevent, see more retrieved documents, read the entire text of a retrieved document.

articles = import_dataset()

bim = BIM(articles)

bim.answer_query('Italy and Great Britain fight the enemy')

bim.relevance_feedback(5,6,8)

bim.show_more()

bim.read_document(6)

About

Python implementation of Binary Independence Model (BIM) system for information retrieval

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages