WojciechMula / pyahocorasick

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

Add support for tuples of ints to Automaton.iter(...) #88

Closed frankier closed 5 years ago

frankier commented 6 years ago

This PR adds support for tuples of ints to Automaton.iter(...), resolving https://github.com/WojciechMula/pyahocorasick/issues/27

WojciechMula commented 5 years ago

@frankier ping :) there are no blockers right now, we may carry on

frankier commented 5 years ago

Rebased! (after some delay ;) )

WojciechMula commented 5 years ago

Great, thank you!