16 results for “topic:ahocorasick”
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.
基于ahocorasick算法的敏感词过滤,支持中文、线程安全
Parallel programming @ Hanyang Univ.
AC自动机
ACOR: Aho-Corasick automaton working On Redis
Golang implementation of Aho-Corasick algorithm.
A high-performance Aho-Corasick string matching library in Go (Ken Steele variant).
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.
Cython bindings on C++ aho_corasick libarary
A high-performance, multi-threaded text pattern matcher for large files