aho-corasick-algorithm
There are 37 repositories under aho-corasick-algorithm topic.
nreco/AhoCorasickDoubleArrayTrie
Very fast C# implementation of Aho Corasick algorithm based on Double Array Trie.
pfac-lib/PFAC
PFAC is an open library for exact string matching performed on NVIDIA GPUs
mangelin/esmre
Efficient String Matching Regular Expressions
dongyx/libaca
C Library of Aho-Corasick Algorithm based on Coordinate Hash Trie
Avinash793/String-matching-algorithms-and-applications
Implementation of various string matching algorithms and their experimental analysis. Contains paper describing different string matching algorithms with their time and space complexities.
raypereda/multisearch
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.
soras/genEditDist
Generalized edit distance command line tool
ClarkThan/ahocorasick
Golang implementation of Aho-Corasick algorithm.
yuanlisky/AhoCorasick
AhoCorasick, AC自动机
brucelinco/Perfect-hashing-based-PFAC-on-GPUs
The implementation of perfect hashing based parallel failureless Aho-Corasick algorithm on Graphic Processing Units
JavierAntoran/concurrent-Aho-Corasick-string-match
Concurrent implementation of Aho-Corasick string matching algorithm in C.
farhiongit/aho-corasick-1975
A short, simple, small footprint, fully documented, compliant, and easy to use implementation of the Aho-Corasick algorithm.
james-dow/aho-corasick-trie
Implementation of Aho-Corasick Trie.
Kenneth-Ye/AhoCorasick-Algorithm-Visualizer
A react app to visualize the Aho-Corasick string search algorithm. Link Below.
rayjasson98/dfa-string-searcher
A DFA string searcher implemented using the Aho-Corasick algorithm.
ashutosh65000/Algorithms
Deals with the Algorithms along with the explanation.
dirckvdende/competition-reference
A reference document that can be used in programming competitions
EchoSingh/AhoCorasickProject
Aho-Corasick Visualization Project with GUI using wxWidgets
hojdars/FunctionalAhoCorasick
A pure haskell implementation of Aho-Corasick algorithm (student project)
kris96tian/dsa_cpp
Bioinformatics Data Structures & Algorithms [such as the Q-Gram Index, scoring alignments , rna-structure prediction, generating the BLAST-Ńeighborhood and more.]
namitkewat/cy_aho_corasick
Cython bindings on C++ aho_corasick libarary
samuelebortolotti/wikidump-lang-breaks-warns
Framework for the extraction of features from Wikipedia XML dumps.
sepetrov/ahocorasick
A Golang implementation of the Aho-Corasick string-searching algorithm
Superchen17/Aho-Corasick
Python implementation of Aho-Corasick algorithm for string searching
abhishek371/Plagiarism-Detector
This repository contains code for Design and analysis of Algorithm(IT252) course mini Project "Plagiarism-Detector in Python"
qasimy123/aho-corasick
A dictionary-matching algorithm that uses a Finite-State Automaton to efficiently match patterns in a given text.
Tashhfia/Industrial-opportunities-in-asia
Ben Sherman is a UK broker who is looking for industrial investment opportunities in the cities of Asia. He already invested in a company in Kuala Lumpur and now he plans to travel to several cities in Asia from Kuala Lumpur to expand his investment. One of the essences of computer science and information technology is to solve problem faced by human-kind. As the outcome of this project, you are required develop a computer program that is able to resolve the mentioned problems.
thierry-f-78/aho-corasick
Library for fast mulitple string matching (Aho-Corasick algorithm)
vanyarock01/da
discrete analysis
zoetu/Aho-Corasick
UCAS 2022春季”模式串匹配与信息过滤“课程作业 Implement Aho-Corasick Algorithm based golang, and tesing this in url data.
alessiosavi/ahocorasick
A Golang implementation of the Aho-Corasick string matching algorithm
deathkel/PHP-TrieTree
PHP-TrieTree(中英文混合字典树)
SqrtMinusOne/AHO_CORASICK_ALGORITHM
Aho-Corasick Algorithm visualization
Trojan-254/Rapid-regex
a high-performance pattern matching library that leverages the Aho-Corasick algorithm to efficiently search for multiple patterns in large text datasets. Designed for speed and accuracy,It is ideal for applications in data mining, cybersecurity, bioinformatics, and natural language processing.
zdenecek/csharp-ahoy-thou-r-sick
Implementation of the Aho-Corasick search algorithm for the C# course (NPRG038) at Charles University