quickly text search by ahocorasick algorithm
-
Updated
Oct 28, 2018 - JavaScript
quickly text search by ahocorasick algorithm
Aho-Corasick multi-keyword string searching library in PHP.
Sensitive Words Detection 一个高性能的敏感词检测和过滤库,基于 Go 语言开发。专注于中文文本的敏感词检测,支持多种检测策略和灵活的扩展机制。
A PHP implementation of the Aho-Corasick string search algorithm. Mirror from https://gerrit.wikimedia.org/g/AhoCorasick - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing)
Fast implementation of fuzzy matching and Blacklist filtering
A go implemention of efficiently-updatable double-array trie
This example implements an optimized antivirus scanner in Python using the Aho-Corasick automaton. It combines signature matching with a Tkinter interface, extension-based filtering, and progress reporting, scanning the header and footer of files for efficiency. The implementation is part of the 127 algorithms collection.
Parallel programming @ Hanyang Univ.
Aho-Corasick automaton working On Redis/Valkey
Golang implementation of Aho-Corasick algorithm.
Simple Java ban word validation library with allowed words. By using ahocorasick algorithm, it can detect ban words in a text faster than a simple iteration.
A high-performance Aho-Corasick string matching library in Go (Ken Steele variant).
A high-performance, generic Aho-Corasick automaton implementation in Go for efficient multi-pattern matching.
Cython bindings on C++ aho_corasick libarary
A minimal RAG learning project: AhoCorasick lexicon gate + BM25/vector hybrid search + pgvector + Ollama embedding + OpenAI-compatible LLM
A high-performance, multi-threaded text pattern matcher for large files
To associate your repository with the ahocorasick topic, visit your repo's landing page and select "manage topics."