Name: | python3-acora |
---|---|
Version: | 2.2 |
Release: | 1.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 590985 |
License: | BSD |
RPM: | python3-acora-2.2-1.el8.x86_64.rpm |
Source RPM: | python-acora-2.2-1.el8.src.rpm |
Build Date: | Mon Jan 27 2020 |
Build Host: | jenkins-10-147-72-125-59c0ea89-c392-44f0-9059-4baec52b39ab.appad1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://github.com/scoder/acora |
Summary: | A Python multi-keyword text search engine |
Description: | 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. Acora comes with both a pure Python implementation and a fast binary module written in Cython. However, note that the current construction algorithm is not suitable for really large sets of keywords (i.e. more than a couple of thousand). |