79 skills found · Page 1 of 3
WojciechMula / PyahocorasickPython module (C extension and plain python) implementing Aho-Corasick algorithm
hankcs / AhoCorasickDoubleArrayTrieAn extremely fast implementation of Aho Corasick algorithm based on Double Array Trie.
robert-bor / Aho CorasickJava implementation of the Aho-Corasick algorithm for efficient string matching
cloudflare / AhocorasickA Golang implementation of the Aho-Corasick string matching algorithm
anknown / AhocorasickA faster and more efficient Golang implement of Aho-Corasick algorithm using Double Array Trie
daac-tools / Daachorse🐎 A fast implementation of the Aho-Corasick algorithm using the compact double-array data structure in Rust.
cjgdev / Aho CorasickA C++ implementation of the aho corasick pattern search algorithm
G-Research / Ahocorasick RsCheck for multiple patterns in a single string at the same time: a fast Aho-Corasick algorithm for Python
iohub / AhocorasickA fast and memory efficient implementation of aho-corasick algorithm based on double-array trie (cedar), supports visualizing structure via graphviz.
petar-dambovaliev / Aho Corasickefficient string matching in Golang via the aho-corasick algorithm.
pdonald / Aho CorasickAho–Corasick string matching algorithm in C#
BobuSumisu / Aho CorasickAho-Corasick string-searching algorithm in Go
wikimedia / AhoCorasickA 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)
nreco / AhoCorasickDoubleArrayTrieVery fast C# implementation of Aho Corasick algorithm based on Double Array Trie.
ph4r05 / Php Aho CorasickAho-Corasick string search algorithm PHP extension implementation.
yihleego / Trie📒 An Aho-Corasick algorithm based string-searching utility for Go. It supports tokenization, ignoring case, replacing text. So you can use it to find keywords in an article, filter sensitive words, etc.
pfac-lib / PFACPFAC is an open library for exact string matching performed on NVIDIA GPUs
gansidui / AhocorasickAho-Corasick string matching algorithm for golang
vi3k6i5 / Synonym ExtractorExtract synonyms, keywords from sentences using modified implementation of Aho Corasick algorithm
yihleego / Trie4j📒 An Aho-Corasick algorithm based string-searching utility for Java. It supports tokenization, ignoring case, replacing text. So you can use it to find keywords in an article, filter sensitive words, etc.