WojciechMula / pyahocorasick

Python module (C extension and plain python) implementing Aho-Corasick algorithm
BSD 3-Clause "New" or "Revised" License
927 stars 122 forks source link

New iter_long method #125

Closed Salma7amed closed 4 years ago

Salma7amed commented 4 years ago

Rebase of the existing iter_long branch to master. Related to this issue https://github.com/WojciechMula/pyahocorasick/issues/21

WojciechMula commented 4 years ago

@Salma7amed Thank you for rebasing! I'm going to merge it right now and then work on master.