Skip to content

MdMahaboobKhan/Boolean-Search-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Boolean Search Engine

  • In this project I first design my own inverted index to map terms to documents.
  • In an inverted index, each token points to a list of documents that it is present in. It provides a fast and efficient search.
  • The list of documents for each term are ranked using TF-IDF ranking for providing best search results
  • I then make use of this inverted index to build a Boolean Search Engine in Python3 that returns results to a Boolean query.

About

A Boolean Search Engine that returns Boolean query results.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages