パッケージ: python3-ahocorasick (1.4.1-1build2)
python3-ahocorasick に関するリンク
Trisquel の資源:
python-pyahocorasick ソースパッケージをダウンロード:
- [python-pyahocorasick_1.4.1-1build2.dsc]
- [python-pyahocorasick_1.4.1.orig.tar.gz]
- [python-pyahocorasick_1.4.1-1build2.debian.tar.xz]
メンテナ:
Original Maintainer:
- Jelmer Vernooij
外部の資源:
- ホームページ [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.4)
- GNU C Library: Shared libraries
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: python3 (<< 3.11)
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (>= 3.10~)