document-indexing
There are 9 repositories under document-indexing topic.
kyr0/clientside-search
A highly efficient, isomorphic, full-featured, multilingual text search engine library, providing full-text search, fuzzy matching, phonetic scoring, document indexing and more, with micro JSON state hydration/dehydration in-browser and server-side.
lethalbit/bookwurm
dead simple document index and search, nothing fancy
sanu0711/llama-index-and-openai
An AI-powered solution for efficient document querying. It uses Llama Index for vector-based indexing and OpenAI's GPT to interpret natural language queries, providing accurate search results.
victor-cali/DocumentBase
Educational Document Base prototype to perform queries based on similarity and dissimilarity measures of documents to which stemming, lemmantization and latent semantic indexing was applied.
krisluczka/OSSE
Open Source Search Engine with built-in web/document crawler and an indexing method.
MaximLevchenko/Boolean-Model-Implementations-Comparison
The purpose of this project is also to compare the efficiency and performance of two different methods for handling search operations: the inverted index and the term-document matrix
trkotovicz/document-indexing-algorithm-py
Programa que simula um algoritmo de indexação de documentos similar ao do Google. Ele é capaz de identificar ocorrências de termos em arquivos TXT.
Vladislavlhp7/document_indexing
Implementation of Document Indexing as part of COMP34711: NLP
Grimmer107/Search-Engine
It is a search engine that uses json files as corpus of data.