[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
Sat Jul 28 12:12:31 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229451
--- Comment #1 from commit-hook at freebsd.org ---
A commit references this bug:
Author: miwi
Date: Sat Jul 28 12:11:28 UTC 2018
New revision: 475537
URL: https://svnweb.freebsd.org/changeset/ports/475537
Log:
pyahocorasick 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
an
automaton for efficient Aho-Corasick search.
WWW: https://github.com/WojciechMula/pyahocorasick
PR: 229451
Submitted by: freebsd_ports at k-worx.org
Sponsored by: iXsystems Inc.
Changes:
head/textproc/Makefile
head/textproc/py-pyahocorasick/
head/textproc/py-pyahocorasick/Makefile
head/textproc/py-pyahocorasick/distinfo
head/textproc/py-pyahocorasick/pkg-descr
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list