Skip to content

namitkewat/cy_aho_corasick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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