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.

    Language:TypeScript10210
  • lethalbit/bookwurm

    dead simple document index and search, nothing fancy

    Language:Python620
  • 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.

    Language:Jupyter Notebook1100
  • 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.

    Language:Jupyter Notebook110
  • krisluczka/OSSE

    Open Source Search Engine with built-in web/document crawler and an indexing method.

    Language:C++0100
  • 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

    Language:Python0100
  • 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.

    Language:Python0100
  • Vladislavlhp7/document_indexing

    Implementation of Document Indexing as part of COMP34711: NLP

    Language:Jupyter Notebook0100
  • Grimmer107/Search-Engine

    It is a search engine that uses json files as corpus of data.

    Language:Python10