rdkl / python-ahocorasick

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-ahocorasick

Python wrapper and C++ Aho-Corasick Implementation.

This algorithm creates an automaton from given words (from text file).

Memory consumption: O(n).

Search complexity: O(n + text length + answer length).

About


Languages

Language:C++ 85.2%Language:Python 14.8%