text-search
There are 177 repositories under text-search topic.
lucaong/minisearch
Tiny and powerful JavaScript full-text search engine for browser and Node
toolgood/ToolGood.Words
一款高性能敏感词(非法词/脏字)检测过滤组件,附带繁体简体互换,支持全角半角互换,汉字转拼音,模糊搜索等功能。
zombodb/zombodb
Making Postgres and Elasticsearch work together like it's 2023
unum-cloud/USearch
Fast Open-Source Search & Clustering engine × for Vectors & Arbitrary Objects × in C++, C, Python, JavaScript, Rust, Java, Objective-C, Swift, C#, GoLang, and Wolfram 🔍
ddangelov/Top2Vec
Top2Vec learns jointly embedded topic, document and word vectors.
vrothberg/vgrep
a user-friendly pager for grep
ad-freiburg/qlever
Graph database implementing the RDF and SPARQL standards. Very fast and scales to hundreds of billions of triples on a single commodity machine.
cjinhuo/text-search-engine
A lightweight text search engine that supports mixed Chinese (Pinyin) and English fuzzy search.轻量级支持中文(拼音)与英文混合模糊搜索的算法
taleinat/fuzzysearch
Find parts of long text or data, allowing for some changes/typos.
skim-rs/fuzzy-matcher
Fuzzy Matching Library for Rust
weareprestatech/hotpdf
hotpdf is a fast PDF parsing library to extract text and find text within PDF documents built on top of pdfminer.six
mikegoatly/lifti
A lightweight full text indexer for .NET
unruledboy/WuManber
WuManber text search/matching implementation using c#
Nukesor/sticker-finder
:zap: A telegram bot for searching all the stickers (just like @gif).
ddangelov/RESTful-Top2Vec
Expose a Top2Vec model with a REST API.
dav009/flash
Golang Keyword extraction/replacement Datastructure using Tries instead of regexes
petar-dambovaliev/aho-corasick
efficient string matching in Golang via the aho-corasick algorithm.
DocSavage/appengine-search
Simple full text search demo for Google App Engine
jankovicsandras/plpgsql_bm25
BM25 search implemented in PL/pgSQL
oracle/soda-for-java
SODA (Simple Oracle Document Access) for Java is an Oracle library for writing Java apps that work with JSON (and not only JSON!) in the Oracle Database. SODA allows your Java app to use the Oracle Database as a NoSQL document store.
lggruspe/slipbox
A static site generator for Zettelkasten notes
xndien2004/LLM_Powered_Video_Search
[SOICT 2024] LLM-Powered Video Search: A Comprehensive Multimedia Retrieval System
Schlechtwetterfront/fuzzy-rs
Fuzzy matching algorithm based on Sublime Text's string search.
jermp/autocomplete
Efficient and effective query auto-completion in C++.
zayedrais/DocumentSearchEngine
Document Search Engine project with TF-IDF abd Google universal sentence encoder model
tensorchord/vechord
Turn PostgreSQL into your search engine in a Pythonic way.
pilotpirxie/coresearch
🔎 .NET Core cross-platform, in-memory, full text search library for building search engines. Made to learn C#.
Lipairui/textgo
Text preprocessing, representation, similarity calculation, text search and classification. Let's go and play with text!
marqo-ai/marqo-ecommerce-embeddings
State-of-the-art embedding models fine-tuned for the ecommerce domain. +67% increase in evaluation metrics vs ViT-B-16-SigLIP.
alessiosavi/GoGPUtils
Enhance productivity and avoid reinventing the wheel every time you start a Go project
flolu/mongo-search
Fuzzy Text Search And Autocompletion With MongoDB And Node.js
KeremZaman/semantic-sh
semantic-sh is a SimHash implementation to detect and group similar texts by taking power of word vectors and transformer-based language models (BERT).
taleinat/levenshtein-search
A Javascript library for fuzzy substring search.
iceniveth/firestore-search
This source code is reference to my post on Medium about Firebase Firestore Text Search and Pagination.
wroberts/fsed
Aho-Corasick string replacement utility
jankovicsandras/bm25opt
faster BM25 search algorithms in Python