A community led collection of recipes, build infrastructure and distributions for the conda package manager.
A community led collection of recipes, build infrastructure and distributions for the conda package manager.
pyahocorasick
v2.3.0
Python module (C extension and plain python) implementing Aho-Corasick algorithm.
Python module (C extension and plain python) implementing Aho-Corasick algorithm.
Description
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.
Install package
If this channel isn't in your workspace yet, add it first: