python3-ahocorasick

Python module implementing the aho-corasick algorithm

Description

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 can be used as a plain dict-like Trie or convert a Trie to an automaton for efficient Aho-Corasick search.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/WojciechMula/pyahocorasick


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-ahocorasick