Fast XS multiple substring matcher (like fgrep)
-
Updated
Jul 5, 2019 - Perl
Fast XS multiple substring matcher (like fgrep)
A high-performance Rust CLI tool to correlate user activity (e.g., marketing attribution, security events) from Nginx/Apache logs.
Tasks for the interviews on DCAM departments, spring 2019
A CV analysis tool leveraging pattern matching (KMP, Boyer-Moore, Levenshtein) to parse, filter, and rank candidates from resumes.
Using tries to create string matching using the Aho-Corasick algorithm.
High-performance Aho-Corasick for Python 3.13+: Powered by Double-Array Trie (DAT) and native C++ multi-threading for the No-GIL era. (WIP)
A Golang implementation of the Aho-Corasick string matching algorithm
Library for fast mulitple string matching (Aho-Corasick algorithm)
UCAS 2022春季”模式串匹配与信息过滤“课程作业 Implement Aho-Corasick Algorithm based golang, and tesing this in url data.
14,774 skills + Aho-Corasick automaton for O(n) multi-pattern matching. The largest open-source skill taxonomy with 175K+ aliases, 30+ metadata fields, and built-in keyword extraction.
PHP-TrieTree(中英文混合字典树)
An Implementation of Ukkonens 1990 linear-time algorithm for finding an approximate shortest superstring in Java. Also includes an extendable version of Aho Corasick's efficient string matcher.
AC自动机敏感词过滤库 - Aho-Corasick algorithm based sensitive word filter for .NET 10
A convenient implementation of the Aho-Corasick algorithm to find multiple search patterns
Given a set of words and a text. We have to print the number of occurrences of all words from the set
A Elixir implementation of the AhoCorasick string matching algorithms.
16 Algorithms for competitions and job interviews
Add a description, image, and links to the aho-corasick topic page so that developers can more easily learn about it.
To associate your repository with the aho-corasick topic, visit your repo's landing page and select "manage topics."