Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jul 2018 12:12:28 +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-7l6xD0v7m1@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-229451-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-229451-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229451

--- Comment #1 from commit-hook@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 approxi=
mate
  multi-pattern string search meaning that you can find multiple key strings
  occurrences at once in some input text. The library provides an ahocorasi=
ck
  Python module that you can use as a plain dict-like Trie or convert a Tri=
e to
an
  automaton for efficient Aho-Corasick search.

  WWW: https://github.com/WojciechMula/pyahocorasick

  PR:           229451
  Submitted by: freebsd_ports@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

--=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-7l6xD0v7m1>