f1257222e3
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).
17 lines
614 B
Text
17 lines
614 B
Text
@comment $NetBSD: PLIST,v 1.1 2014/02/13 00:50:13 rodent Exp $
|
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
|
|
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
|
${PYSITELIB}/acora/__init__.py
|
|
${PYSITELIB}/acora/__init__.pyc
|
|
${PYSITELIB}/acora/__init__.pyo
|
|
${PYSITELIB}/acora/_acora.so
|
|
${PYSITELIB}/acora/_nfa2dfa.py
|
|
${PYSITELIB}/acora/_nfa2dfa.pyc
|
|
${PYSITELIB}/acora/_nfa2dfa.pyo
|
|
${PYSITELIB}/acora/_nfa2dfa.so
|
|
${PYSITELIB}/acora/nfa2dfa.py
|
|
${PYSITELIB}/acora/nfa2dfa.pyc
|
|
${PYSITELIB}/acora/nfa2dfa.pyo
|