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

'iter' misses the substring match when the overlapped pattern doesn't match #138

Closed luzm3 closed 2 years ago

luzm3 commented 3 years ago

hi, When I use the iter method, I'm in the same situation as https://github.com/WojciechMula/pyahocorasick/issues/133 I think it should be a bug.

baby5 commented 3 years ago

please paste your situation

pombredanne commented 2 years ago

Closing in favor of #133