Date: Sun, 01 Jul 2018 13:05:52 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 229451] [NEW PORT] textproc/py-pyahocorasick: Python and C implementation of the Aho-Corasick algorithm Message-ID: <bug-229451-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229451 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@FreeBSD.org Reporter: freebsd_ports@k-worx.org CC: python@FreeBSD.org Created attachment 194815 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D194815&action= =3Dedit py-pyahocorasick.patch Hello, attached is the patch that adds the Python package textproc/py-pyahocorasic= k, 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 pla= in 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 >=20 > OK --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229451-21822>