Package: wnpp Severity: wishlist Owner: Jelmer Vernooij <jel...@debian.org> X-Debbugs-Cc: debian-devel@lists.debian.org
* Package name : pyahocorasick Version : 1.4.1 Upstream Author : Wojciech Muła <wojciech_m...@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.