PFAC is an open library for exact string matching performed on NVIDIA GPUs
-
Updated
Oct 17, 2018 - C++
PFAC is an open library for exact string matching performed on NVIDIA GPUs
Very fast C# implementation of Aho Corasick algorithm based on Double Array Trie.
Efficient String Matching Regular Expressions
C Library of Aho-Corasick Algorithm based on Coordinate Hash Trie
This is a command-line program for searching text for multiple words (or phrases) in a single pass. The runtime is O(n + m + z), where n is the length of the searched text, m is the total length of all the words we are looking for, and z is the total number of occurrences of words we are looking for.
Implementation of various string matching algorithms and their experimental analysis. Contains paper describing different string matching algorithms with their time and space complexities.
Generalized edit distance command line tool
The implementation of perfect hashing based parallel failureless Aho-Corasick algorithm on Graphic Processing Units
Concurrent implementation of Aho-Corasick string matching algorithm in C.
Golang implementation of Aho-Corasick algorithm.
A react app to visualize the Aho-Corasick string search algorithm. Link Below.
A DFA string searcher implemented using the Aho-Corasick algorithm.
A short, simple, small footprint, fully documented, compliant, and easy to use implementation of the Aho-Corasick algorithm.
Implementation of Aho-Corasick Trie.
Python implementation of Aho-Corasick algorithm for string searching
Framework for the extraction of features from Wikipedia XML dumps.
Cython bindings on C++ aho_corasick libarary
Deals with the Algorithms along with the explanation.
Aho-Corasick Visualization Project with GUI using wxWidgets
Add a description, image, and links to the aho-corasick-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the aho-corasick-algorithm topic, visit your repo's landing page and select "manage topics."