./textproc/py-acora, Fast multi-keyword search engine for text strings in Python

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2014Q4, Version: 1.8, Package name: py27-acora-1.8, Maintainer: rodent

Acora 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:
[devel/py-setuptools] [lang/python27]

Master sites:

SHA1: 1bc53c1fb743c7bc2b5615f008bdcea581fa0fc8
RMD160: 23d2d346db3d06d502db1de9e049096227a3fdda
Filesize: 120.909 KB

Version history: (Expand)