namitkewat / cy_aho_corasick

Cython bindings on C++ aho_corasick libarary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Cython bindings on C++ aho_corasick libarary

License:MIT License


Languages

Language:C++ 80.6%Language:Python 19.4%