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-b...@freebsd.org Reporter: freebsd_po...@k-worx.org CC: pyt...@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 on the CC list for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"