Cython bindings on C++ aho_corasick library
It leverages Aho-corasick implementation of the https://github.com/cjgdev/aho_corasick
Run following command to build in-place:
$ python setup.py build_ext --inplace
test.py
contains basic example.
$ python test.py