Toolkit for domain-specific information retrieval experimentation
-
Updated
Jun 12, 2025 - Python
Toolkit for domain-specific information retrieval experimentation
An information retrival system for Persian language.
Search Engine is a local, on-disk search engine for your text documents! Either use this program's custom boolean logic query language or write free-form text queries to find your data! Modify how specific your search algorithms and results are as well!
Simple boolean retrieval model implementation with Python 3
Assignment code for CS3245 Information Retrieval, NUS AY16/17
Various Indexing and Query Based Retrieval Models and Page-rank Algorithm in Python 3.0
Inverted Indexing on a corpus along with boolean search retrieval.
An Information Retrieval System with 3 models and 3 datasets from the ir_datasets library .
boolean retrieval based on nltk reuters dataset, information retrieval assignment
Boolean Retrieval and Vector Space Model.
This is a project that uses Information Retrieval concepts to develop a Search-as-a-Service Platform
Indexes Word Docs after removing stopwords and lemmatization. Allows a simple boolean conjunctive query over the index
Simple search system that includes inverted index builder and boolean query processor for information retrieval.
This is lightweight Python-based information retrieval system that attempts to address an ad hoc retrieval task, in which a system provides documents from within a collection that are relevant to an arbitrary information need, communicated by means of a one-off user-initiated query.
Building a full-text search engine according to the boolean model
Boolean Information Retrieval Model in Python
Information Retrieval Term Project, Department of CSE, IIT Kharagpur
Simple document search (boolean retrieval or TF-IDF) in Python
Add a description, image, and links to the boolean-retrieval topic page so that developers can more easily learn about it.
To associate your repository with the boolean-retrieval topic, visit your repo's landing page and select "manage topics."