Path to this page:
./
textproc/py-acora,
Fast multi-keyword search engine for text strings in Python
Branch: pkgsrc-2021Q1,
Version: 2.2,
Package name: py38-acora-2.2,
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).
Master sites:
SHA1: 89d8a801117d9b3478399fcfa0aa9b3bbe6f805b
RMD160: 4a647c50b7901dc7483baa91d3dfa5dfdc78de63
Filesize: 205.853 KB
Version history: (Expand)
- (2021-03-30) Package added to pkgsrc.se, version py38-acora-2.2 (created)