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.
12 similar packages · ranked by shared classifiers & health score · View pyahocorasick →
Cross-platform lib for process and system monitoring.
Fundamental algorithms for scientific computing in Python
Fast and Portable Cryptography Extension Library for Pyrogram
Bindings for libssh2 C library
Filesystem events monitoring
libssh C library bindings for Python.
Javascript Minifier
CSS Minifier
Redis built into a python package
Automatic object-YAML mapping for Python.
Streaming-capable SipHash-1-3 and SipHash-2-4 Implementation
Fast random number generation in Python