Projects: pypi: pyahocorasick

https://packages.ecosyste.ms/registries/pypi.org/packages/pyahocorasick

pyahocorasick is a fast and memory efficient library for exact or approximate multi-pattern string search. With the ``ahocorasick.Automaton`` class, you can find multiple key string occurrences at once in some input text. You can use it as a plain dict-like Trie or convert a Trie to an automaton for efficient Aho-Corasick search. And pickle to disk for easy reuse of large automatons. Implemented in C and tested on Python 3.6+. Works on Linux, macOS and Windows. BSD-3-Cause license.
28 versions
Latest release: almost 3 years ago
35 dependent packages
612,370 downloads last month

Enhanced Analysis
Educational Contributors: yasuoka@kanji.zinbun.kyoto-u.ac.jp
Repository Activity:
Repository Owner: Wojciech Muła (user)
README Analysis:
Science Score: 85/100
Starting Score: 100 points
Bonuses:
  • +20 Educational commit emails
    1 contributors with educational email addresses
  • +10 Science terms in README
    5 scientific terms found in README
Penalties:
  • -10 PyPI ecosystem
    General-purpose ecosystem
  • -15 No science keywords
    No scientific terms found in keywords/classifiers
  • -10 No science terms in description
    No scientific terms found in description

Very Likely Science (85)

Papers Mentioning pyahocorasick 1

10.3390/biology10090853
An Alignment-Independent Approach for the Study of Viral Sequence Diversity at Any Given Rank of Taxonomy Lineage
Cited by: 2
Author(s): Chong Li, Wei Lun Lim, Kenneth Ban, Mohammad Asif Khan
Software Mentions: 2
Published: almost 5 years ago