| Name: | python3-pyahocorasick |
| Version: | 2.2.0 |
| Release: | 1.el10_1 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 94579 |
| License: | BSD-3-Clause AND LicenseRef-Fedora-Public-Domain |
| RPM: |
python3-pyahocorasick-2.2.0-1.el10_1.aarch64.rpm
|
| Source RPM: |
python-pyahocorasick-2.2.0-1.el10_1.src.rpm
|
| Build Date: | Wed Sep 24 2025 |
| Build Host: | build-ol10-aarch64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/WojciechMula/pyahocorasick |
| Summary: | Python module (C extension and plain Python) implementing Aho-Corasick algorithm |
| Description: | 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. |