python-acora

Fast multi-keyword text search engine (Python 2)
  https://pypi.python.org/pypi/acora
  0
  no reviews



Acora is 'fgrep' for Python, a fast multi-keyword text search engine.

Based on a set of keywords and the Aho-Corasick algorithm, it generates a search automaton and runs it over string input, either unicode or bytes.

This package installs the library for Python 2.