Path to this page:
./
textproc/py-acora,
Fast multi-keyword search engine for text strings in Python
Branch: pkgsrc-2021Q3,
Version: 2.3,
Package name: py38-acora-2.3,
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: df40013edf761220564cd8f31e3105fcfb50138f
RMD160: 0ab1ddf8197f9057c01d5e2f3602de6edb9ee521
Filesize: 210.548 KB
Version history: (Expand)
- (2021-09-28) Package added to pkgsrc.se, version py38-acora-2.3 (created)