ahocorasick
ahocorasick copied to clipboard
A Golang implementation of the Aho-Corasick string matching algorithm
I've noticed that the implementation doesn't return the index of where keywords were found in text. This forces the user to do another search for the keyword to find its...
The algorithm assumes that the dictionary is fixed. I've found that in practical applications it may happen that the user needs to add new strings to the keyword dictionary and...
I recently consumed this module while working on a project. However, since this repository lacked a robust testing and benchmarking module, I created one and I am now looking to...
Updating Semgrep.yml file - Semgrep is a tool that will be used to scan Cloudflare's public repos for Supply chain, code and secrets. This work is part of Application &...