AhoCorasick
A 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)
How to download and setup AhoCorasick
Open terminal and run command
git clone https://github.com/wikimedia/AhoCorasick.git
git clone is used to create a copy or clone of AhoCorasick repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with AhoCorasick https://github.com/wikimedia/AhoCorasick/archive/master.zip
Or simply clone AhoCorasick with SSH
[email protected]:wikimedia/AhoCorasick.git
If you have some problems with AhoCorasick
You may open issue on AhoCorasick support forum (system) here: https://github.com/wikimedia/AhoCorasick/issuesSimilar to AhoCorasick repositories
Here you may see AhoCorasick alternatives and analogs
javascript-algorithms interactive-coding-challenges Python rust-algorithms Algo_Ds_Notes interviews ACM-ICPC-Preparation WaveFunctionCollapse binarytree awesome-resources awesome-java-leetcode tbox AlgoWiki algorithms robotics-coursework bild BlurTestAndroid algorithm-visualizer illustrated-algorithms CS-Notes tech-interview-handbook algorithms cosmos JCSprout LeetCode javascript-algorithms turf awesome-competitive-programming Learn-Algorithms PythonRobotics