Package python3-module-pyahocorasick: Information
Default inline alert: Version in the repository: 2.3.0-alt3
Source package: python3-module-pyahocorasick
Version: 2.3.0-alt1
Build time: Apr 7, 2026, 10:46 PM in the task #414485
Category: Development/Python3
Report package bugHome page: https://pypi.org/project/pyahocorasick/
License: BSD-3-Clause and Public-Domain
Summary: 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.
Description:
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. **pyahocorasick** is a fast and memory efficient library for exact or approximate multi-pattern string search meaning that you can find multiple key strings occurrences at once in some input text. The strings "index" can be built ahead of time and saved (as a pickle) to disk to reload and reuse later. The library provides an `ahocorasick` Python module that you can use as a plain dict-like Trie or convert a Trie to an automaton for efficient Aho-Corasick search.
List of RPM packages built from this SRPM:
python3-module-pyahocorasick (x86_64, i586, aarch64)
python3-module-pyahocorasick-debuginfo (x86_64, i586, aarch64)
python3-module-pyahocorasick (x86_64, i586, aarch64)
python3-module-pyahocorasick-debuginfo (x86_64, i586, aarch64)
Maintainer: Anton Farygin