[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#983809: ITP: pyahocorasick -- Aho-Corasick string search algorithm



Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij <jelmer@debian.org>
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name    : pyahocorasick
  Version         : 1.4.1
  Upstream Author : Wojciech Muła <wojciech_mula@poczta.onet.pl>
* URL             : https://github.com/WojciechMula/pyahocorasick/
* License         : BSD-3-Clause
  Programming Lang: C, Python
  Description     : Aho-Corasick string search algorithm

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.

This is a dependency of scancode.


Reply to: