inverted-index
Here are 14 public repositories matching this topic...
🌑 Simple search engine for documents using inverted-index.
-
Updated
Jan 5, 2023 - JavaScript
reSearch is a simple application that takes in multiple paragraphs(documents) of text, assigns a unique ID to each paragraph and stores the words to paragraph mappings on an inverted index.Given a word to search for, it lists out the top 10 paragraphs in which the word is present.
-
Updated
Jun 24, 2021 - JavaScript
A comprehensive indexing solution built to cater to a wide variety of indexing requirements.
-
Updated
Nov 7, 2023 - JavaScript
search index engine
-
Updated
Jul 23, 2014 - JavaScript
Project for the Information Retrieval class with a simple search engine using TF-IDF cosine similarity.
-
Updated
Feb 26, 2021 - JavaScript
Project files for the `Inverted Index` Javascript checkpoint
-
Updated
Apr 19, 2017 - JavaScript
Search Engine that helps find the information by searched value
-
Updated
Aug 15, 2022 - JavaScript
Javascript Checkpoint 1: Develop an inverted index object that takes a JSON array of text objects and creates an index from the array. The index allows a user to search for text blocks in the array that contain a specified collection of words.
-
Updated
Jul 8, 2016 - JavaScript
-
Updated
Aug 17, 2019 - JavaScript
Demo interview project about building Inverted Index
-
Updated
May 21, 2017 - JavaScript
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."