ahocorapy
ahocorapy copied to clipboard
Pure python Aho-Corasick library.
This library has this great property that it can be used not only for strings. In fact it works for any Sequence of Hashable types. This is great, because it...
Hello, first, I hope you don't mind I included your component for [Home Assistant Gentoo Overlay](https://github.com/onkelbeh/HomeAssistantRepository). It uses a dependency on 'dev-python/future', and I now have received a deprecation notice....
I'm curious whether it would be possible to generate a Python representation of the matcher data structure, and if so, whether that might be even faster at matching (e.g. fewer...