Path to this page:
./
textproc/py-acora,
Fast multi-keyword search engine for text strings in Python
Branch: CURRENT,
Version: 2.5,
Package name: py312-acora-2.5,
Maintainer: pkgsrc-usersAcora is 'fgrep' for Python, a fast multi-keyword text search engine.
Based on a set of keywords, it generates a search automaton (DFA) and runs it
over string input, either unicode or bytes.
It is based on the Aho-Corasick algorithm and an NFA-to-DFA powerset
construction.
Acora comes with both a pure Python implementation and a fast binary module
written in Cython. However, note that the current construction algorithm is not
suitable for really large sets of keywords (i.e. more than a couple of
thousand).
Required to run:[
lang/python310]
Master sites:
Filesize: 262.623 KB
Version history: (Expand)
- (2024-10-13) Updated to version: py312-acora-2.5
- (2023-11-15) Updated to version: py311-acora-2.4
- (2023-11-14) Updated to version: py311-acora-2.3nb1
- (2022-11-14) Updated to version: py310-acora-2.3nb1
- (2022-01-05) Updated to version: py39-acora-2.3nb1
- (2021-10-07) Updated to version: py39-acora-2.3
CVS history: (Expand)