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

--- Comment #1 from commit-h...@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_po...@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.
_______________________________________________
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"

Reply via email to