Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 327 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 327 Bytes

cy_aho_corasick

Cython bindings on C++ aho_corasick library

It leverages Aho-corasick implementation of the https://github.com/cjgdev/aho_corasick

Build

Run following command to build in-place:

$ python setup.py build_ext --inplace

Example

test.py contains basic example.

$ python test.py