pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-acora



Module Name:    pkgsrc
Committed By:   rodent
Date:           Thu Feb 13 00:50:13 UTC 2014

Added Files:
        pkgsrc/textproc/py-acora: DESCR Makefile PLIST distinfo

Log Message:
Import py27-acora-1.8 as textproc/py-acora.

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).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-acora/DESCR \
    pkgsrc/textproc/py-acora/Makefile pkgsrc/textproc/py-acora/PLIST \
    pkgsrc/textproc/py-acora/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index