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

How do you understand this result of automata.items() #115

Closed cavities closed 2 years ago

cavities commented 5 years ago

I wanted some way to get the elements of automata more quickly; iter can only get all key

WojciechMula commented 5 years ago

What do you mean by "more quickly"? And by elements you mean values associated with keys, right?

pombredanne commented 2 years ago

Closing for lack of reply. @cavities please post a new question if needed. Thanks!