IResearch is a cross-platform, high-performance search analytics library written entirely in C++ with the focus on a pluggability of different ranking/similarity models
-
Updated
May 3, 2024 - C++
IResearch is a cross-platform, high-performance search analytics library written entirely in C++ with the focus on a pluggability of different ranking/similarity models
ANYKS Spell-Checker
An R implementation of the Gene Frequency - Inverse Cell Frequency method for single cell data normalization
A node addon for recommendations
Automatic Keyphrase Extraction: A Survey of the State of the Art
Repository containing various information retrieval algorithms like BM25.
A lightweight, customizable chatbot for Telegram running on an ESP32 microcontroller. It's optimized for low-resource environments and embedded systems projects.
tf-idf (Term-Frequency Inverse-Document-Frequency) C++ Library
Efficient keyword-based document search engine in C++. Extracts words from documents, calculates term frequency and inverse document frequency, and ranks documents by relevance using TF-IDF. Outputs top results to screen and file. Performance optimized for large data sets.
Поисковый сервер. Поиск документов по ключевым словам.
An intelligent auto completion service which helps a programmer in auto-completing code snippets.
About A server that implements search in text documents. Support for stop and negative keywords. Search based on relevance and statistical measure TF-IDF. Speed optimization.
Practice of Natural Language Processing
Document search engine with negative keywords (documents with these words will not be displayed in the search results). It works in the likeness of a search engine, such as Yandex. The ranking of the results is based on TF-IDF.
Information Retrieval course exercises (Moscow Aviation Institute 7th semester)
Поисковый сервер. Индексирует и реализует поиск документов по ключевым словам.
Учебный проект по курсу Разработчик C++ в Яндекс.Практикум
A Parallel Term Frequency–Inverse Document Frequency Implementation in C++. Final Project for COP 4520 UCF
Add a description, image, and links to the tf-idf topic page so that developers can more easily learn about it.
To associate your repository with the tf-idf topic, visit your repo's landing page and select "manage topics."