{"adoption": {"forks": 140, "observed_at": "2026-08-28T04:03:39.726147+00:00", "stars": 1120}, "canonical_url": "https://ross.abutalabs.com/products/pyahocorasick", "card": {"archived": false, "artifact_type": "library", "description": "Python module (C extension and plain python) implementing Aho-Corasick algorithm", "domain": ["developer-tools", "bioinformatics"], "enriched": true, "function": ["parser", "search-engine", "nlp"], "health_score": 86, "homepage": null, "language": "C", "license": "BSD-3-Clause", "license_family": "permissive", "maturity": "stable", "member_repos": ["WojciechMula/pyahocorasick"], "name": "WojciechMula/pyahocorasick", "platform": ["python", "windows"], "pushed_at": "2026-04-27T15:57:04+00:00", "repo": "WojciechMula/pyahocorasick", "stars": 1120, "tags": ["aho-corasick", "string-search", "trie", "automaton", "multi-pattern-matching", "c-extension", "text-processing", "keyword-matching", "natural-language-processing", "linux", "macos"], "topics": ["string-manipulation", "automaton", "aho-corasick", "trie"], "urls": [], "use_cases": ["find multiple keywords at once in a large text", "count occurrences of thousands of DNA guide sequences in sequencing reads", "build a fast dictionary-like trie of terms and search text for all of them", "match a large list of patterns against streaming input efficiently", "implement entity or term extraction over documents in Python"], "what_it_is": "A Python module (implemented as a C extension with a pure-Python fallback) implementing the Aho-Corasick algorithm for fast multi-pattern string search. It can be used as a dict-like trie or converted to an automaton to find all occurrences of many key strings at once, with the index serializable via pickle.", "when_to_avoid": ["you need approximate/fuzzy matching with edit distances beyond what the library supports", "you cannot install C extensions and need a pure-Python solution for very large workloads", "you need Unicode-aware normalization or tokenization on top of raw string matching", "you only need to search for a handful of patterns, where a simple regex or str.find is enough"], "when_to_choose": []}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/pyahocorasick", "repo": "WojciechMula/pyahocorasick", "role": "main", "score": 76}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:03:39.726147+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-30T06:41:04.512625+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "3d35144d4df3cb42e0d8224b81a6d483d00b590d5275cf5b2b94e4387a8f9df6", "fetched_at": "2026-08-28T04:03:39.726147+00:00", "kind": "readme", "missing": false, "url": "https://github.com/WojciechMula/pyahocorasick"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:03:39.726147+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-30T06:41:04.512625+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "3d35144d4df3cb42e0d8224b81a6d483d00b590d5275cf5b2b94e4387a8f9df6", "fetched_at": "2026-08-28T04:03:39.726147+00:00", "kind": "readme", "missing": false, "url": "https://github.com/WojciechMula/pyahocorasick"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-30T06:41:04.512625+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "3d35144d4df3cb42e0d8224b81a6d483d00b590d5275cf5b2b94e4387a8f9df6", "fetched_at": "2026-08-28T04:03:39.726147+00:00", "kind": "readme", "missing": false, "url": "https://github.com/WojciechMula/pyahocorasick"}], "taxonomy_version": 1}, "health_score": {"inputs": ["days_since_push", "days_since_release", "archived"], "kind": "computed", "method": "health_v1"}, "homepage": {"kind": "observed", "observed_at": "2026-08-28T04:03:39.726147+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:03:39.726147+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:03:39.726147+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-30T06:41:04.512625+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "3d35144d4df3cb42e0d8224b81a6d483d00b590d5275cf5b2b94e4387a8f9df6", "fetched_at": "2026-08-28T04:03:39.726147+00:00", "kind": "readme", "missing": false, "url": "https://github.com/WojciechMula/pyahocorasick"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:03:39.726147+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:03:39.726147+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-30T06:41:04.512625+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "3d35144d4df3cb42e0d8224b81a6d483d00b590d5275cf5b2b94e4387a8f9df6", "fetched_at": "2026-08-28T04:03:39.726147+00:00", "kind": "readme", "missing": false, "url": "https://github.com/WojciechMula/pyahocorasick"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:03:39.726147+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:03:39.726147+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:03:39.726147+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-30T06:41:04.512625+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "3d35144d4df3cb42e0d8224b81a6d483d00b590d5275cf5b2b94e4387a8f9df6", "fetched_at": "2026-08-28T04:03:39.726147+00:00", "kind": "readme", "missing": false, "url": "https://github.com/WojciechMula/pyahocorasick"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:03:39.726147+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:03:39.726147+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-30T06:41:04.512625+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "3d35144d4df3cb42e0d8224b81a6d483d00b590d5275cf5b2b94e4387a8f9df6", "fetched_at": "2026-08-28T04:03:39.726147+00:00", "kind": "readme", "missing": false, "url": "https://github.com/WojciechMula/pyahocorasick"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-30T06:41:04.512625+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "3d35144d4df3cb42e0d8224b81a6d483d00b590d5275cf5b2b94e4387a8f9df6", "fetched_at": "2026-08-28T04:03:39.726147+00:00", "kind": "readme", "missing": false, "url": "https://github.com/WojciechMula/pyahocorasick"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-30T06:41:04.512625+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "3d35144d4df3cb42e0d8224b81a6d483d00b590d5275cf5b2b94e4387a8f9df6", "fetched_at": "2026-08-28T04:03:39.726147+00:00", "kind": "readme", "missing": false, "url": "https://github.com/WojciechMula/pyahocorasick"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-30T06:41:04.512625+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "3d35144d4df3cb42e0d8224b81a6d483d00b590d5275cf5b2b94e4387a8f9df6", "fetched_at": "2026-08-28T04:03:39.726147+00:00", "kind": "readme", "missing": false, "url": "https://github.com/WojciechMula/pyahocorasick"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 79, "longevity": 100, "rhythm": 57}, "computed_at": "2026-09-03T02:20:16.233290+00:00", "flags": [], "formula": "round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)", "inputs": {"age_days": 4843, "days_push": 128, "days_rel": 128, "gap_med": 156.5, "n_releases_24m": 3}, "score": 76, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}