pyahocorasick
0
reviews
pyahocorasick is a fast and memory efficient library for exact or approximate multi-pattern string search. With the ``ahocorasick.Automaton`` class, you can find multiple key string occurrences at once in some input text. You can use it as a plain dict-like Trie or convert a Trie to an automaton for efficient Aho-Corasick search. And pickle to disk for easy reuse of large automatons. Implemented in C and tested on Python 3.6+. Works on Linux, macOS and Windows. BSD-3-Cause license.
100
Security
39
Quality
45
Maintenance
66
Overall
v2.3.0
PyPI
Python
Dec 17, 2025
by Wojciech Muła
No Known Issues
This package has a good security score with no known vulnerabilities.
1086
GitHub Stars
Community Reviews
No reviews yet
Be the first to share your experience with this package
Write a Review
Sign in to write a review
Sign In