8 Forks
37 Stars
37 Watchers

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/issues