There are 1 repository under ahocorasick topic.
Aho-Corasick multi-keyword string searching library in PHP.
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
Golang implementation of Aho-Corasick algorithm.
Cython bindings on C++ aho_corasick libarary
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.