tf-idf (Term-Frequency Inverse-Document-Frequency) C++ Library
-
Updated
Feb 23, 2024 - C++
tf-idf (Term-Frequency Inverse-Document-Frequency) C++ Library
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)
Repository containing various information retrieval algorithms like BM25.
An intelligent auto completion service which helps a programmer in auto-completing code snippets.
A lightweight, customizable chatbot for Telegram running on an ESP32 microcontroller. It's optimized for low-resource environments and embedded systems projects.
Поисковый сервер. Реализует поиск документов по ключевым словам.
A multiThreading local search engine built using C++ & TF_IDF Algorithm
Учебный проект по курсу Разработчик C++ в Яндекс.Практикум
Automatic Keyphrase Extraction: A Survey of the State of the Art
Поисковый сервер. Индексирует и реализует поиск документов по ключевым словам.
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."