inverted-index
Here are 366 public repositories matching this topic...
This is a simple Java project to perform a word search from a directory of documents. It can handle multiple Document types, from PDF to txt to XML.
-
Updated
Sep 8, 2017 - Java
Inverted Index Implementation with/without Hashmap.
-
Updated
Oct 31, 2019 - Python
Inverted Index Implementation
-
Updated
Sep 7, 2020 - C++
Information Retrieval Assignment 1
-
Updated
Feb 11, 2023 - AGS Script
Project of Vector Space Retrieval
-
Updated
May 23, 2021 - Python
🐘 Inverted index for a book repository implemented using Hadoop Map-Reduce.
-
Updated
Jul 9, 2021 - Java
Search engine for CS jobs announcements in Kijiji websites
-
Updated
Nov 13, 2021 - Python
Midterm homework of the Design and analysis of algorithm course
-
Updated
Feb 10, 2024 - Python
MapReduce is a programming model and an associated implementation for processing and generating large data sets. Users specify a map function that processes a key/value pair to generate a set of intermediate key/value pairs, and a reduce function that merges all intermediate values associated with the same intermediate key. Many real-world tasks…
-
Updated
Apr 24, 2024 - Python
An Index coupled with a sample DAAT query processor
-
Updated
Nov 9, 2017 - C++
CS 276 - Programming Assignment 1
-
Updated
Apr 19, 2017 - Java
Text Processing and Corpus Statistics
-
Updated
Jan 12, 2018 - Python
A mini search engine implemented using the C programming language, that generates results to queries about certain keywords from some provided documents.
-
Updated
Sep 30, 2020 - C
-
Updated
Apr 2, 2019 - Java
Retrieval Engine is text based command line retrieval engine that retrieves documents based on keyword searches. Programmed using Python.
-
Updated
Oct 21, 2020 - HTML
This project is about implementing an inverted index using Apache Spark for building the index and a relational database (e.g. SQLite) for storing the index.
-
Updated
Apr 12, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the inverted-index topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the inverted-index topic, visit your repo's landing page and select "manage topics."