Fedora Packages

python3-pyahocorasick Subpackage of python-pyahocorasick

Python module (C extension and plain Python) implementing Aho-Corasick algorithm

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. pyahocorasick is implemented in C and tested on Python 3.8 and up. It works on 64 bits Linux, macOS and Windows.

Releases Overview

Release Stable Testing
Fedora Rawhide 2.3.0-1.fc44 -
Fedora 43 2.2.0-1.fc43 2.2.0-1.fc43
Fedora 42 2.1.0-7.fc42 -
Fedora EPEL 10.2 2.2.0-1.el10_2 -
Fedora EPEL 10.1 2.2.0-1.el10_1 -
File a new bug report »
Package Info
Related Packages

You can contact the maintainers of this package via email at python-pyahocorasick dash maintainers at fedoraproject dot org.



Sources on Pagure