[ 原始碼: python-pyahocorasick ]
套件:python3-ahocorasick(1.4.1-1 以及其他的)
python3-ahocorasick 的相關連結
Debian 的資源:
下載原始碼套件 python-pyahocorasick:
- [python-pyahocorasick_1.4.1-1.dsc]
- [python-pyahocorasick_1.4.1.orig.tar.gz]
- [python-pyahocorasick_1.4.1-1.debian.tar.xz]
維護者:
外部的資源:
- 主頁 [github.com]
相似套件:
Python module implementing the aho-corasick algorithm
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.
其他與 python3-ahocorasick 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.17)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: python3 (<< 3.12)
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (>= 3.11~)