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

Add methods remove_word and pop -- issue #79 #98

Closed WojciechMula closed 5 years ago

WojciechMula commented 5 years ago

This change adds methods remove_word() and pop() that basically do the same, differently treating absence of a key.