inverted-indexing
There are 12 repositories under inverted-indexing topic.
PreferredAI/recommendation-retrieval
A tutorial on scalable retrieval of matrix factorization recommendations
shubhammehra4/InvertedIndex
Information Retrieval using Inverted Index
mosamaasif/Inverted_Indexer
An Inverted Index Generator in Python. Uses provided corpus.
Aghajari/Information-Retrieval-PII
IR system utilizing Positional Inverted Index (PII) for efficient document indexing and retrieval, developed as an academic project
sevvalmehder/tiny-search-engine
Simple search system that includes inverted index builder and boolean query processor for information retrieval.
FlightPriceAnalysis/Flight-Price-Analysis
A java-based Web Crawler application for data extraction from flight booking website and recommending the best flight to users by giving 90% better results.
Vladislavlhp7/document_indexing
Implementation of Document Indexing as part of COMP34711: NLP
Wasiq-Malik/Ranked-Retrieval
Ranked document retrieval on a large text corpus.
zohaibterminator/boolean-retrieval-model
Assignment 1 of Information Retrieval Course
bhavesh1409/Simplified-Search-Engine-Cpp
This project implements a simplified search engine using C++ programming and data structures like maps and tries. It is designed to efficiently store and retrieve text documents based on keyword queries.