[Bug 229451] [NEW PORT] textproc/py-pyahocorasick: Python and C implementation of the Aho-Corasick algorithm

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jul 1 13:05:54 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229451

            Bug ID: 229451
           Summary: [NEW PORT] textproc/py-pyahocorasick: Python and C
                    implementation of the Aho-Corasick algorithm
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://pypi.org/project/pyahocorasick
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: freebsd_ports at k-worx.org
                CC: python at FreeBSD.org

Created attachment 194815
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=194815&action=edit
py-pyahocorasick.patch

Hello,

attached is the patch that adds the Python package textproc/py-pyahocorasick,
which is a fast and memory efficient library for exact or approximate
multi-pattern string search meaning that you can find multiple key strings
occurrences at once in some input text.

The library provides an ahocorasick Python module that you can use as a plain
dict-like Trie or convert a Trie to anautomaton for efficient Aho-Corasick
search.


QA:
~~~
- poudriere (11.2-RELEASE amd64 + i386) for each py27 + py36 flavor -> OK
- portlint -> OK

make test results:
> Ran 63 tests in 0.010s
> 
> OK

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list