- 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.
-
Notifications
You must be signed in to change notification settings - Fork 0
MdMahaboobKhan/Boolean-Search-Engine
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
A Boolean Search Engine that returns Boolean query results.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published