simple and pure python package and like pyahocorasick.
Project description
ackit
ackit(aho-corasick kit) is a simple and pure python package and its method like pyahocorasick.
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 strings “index” can be built ahead of time and saved (as a pickle) to disk to re re-sed later. 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
pip install ackit
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file ackit-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: ackit-0.1.2-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.22.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.36.1 importlib-metadata/0.23 keyring/18.0.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7cfb9480216fc13d83d220d9b619f60b32ccda7590633545a7541db396fd452a |
|
MD5 | 9b6355953fcee29bd5bf6c10415a2699 |
|
BLAKE2b-256 | 7e60a8e7b14cb893d7c1a20859f4e663069fdee433b5ced1ee695f759304c5b8 |