DerwenAI/pytextrank
Python implementation of TextRank algorithms ("textgraphs") for phrase extraction observed · 2026-08-28
Health v2 · maintenance only
63/100
- Activity 89
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3622
- days_rel: n/a
- days_push: 70
- n_releases_24m: 0
Adoption not part of the score
2218 stars · 334 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
PyTextRank is a Python implementation of TextRank and related textgraph algorithms (PositionRank, Biased TextRank, TopicRank) as a spaCy pipeline extension. It provides graph-based ranking for phrase extraction and low-cost extractive summarization of text documents.
Use cases
- extract top-ranked key phrases from a document
- summarize long text documents extractively
- extract keywords from articles with python
- build a spacy pipeline for phrase extraction
- infer concepts from unstructured text into structured representations
- rank phrases in text using graph algorithms
When to choose
- you already use spaCy and want a drop-in pipeline extension
- you need lightweight, dependency-free extractive summarization without training models
- you want graph-based keyword/phrase extraction with multiple algorithm variants
When to avoid
- you need abstractive summarization or generative models
- you don't use spaCy and prefer standalone NLP tooling
- you need state-of-the-art transformer-based keyphrase extraction
Facets
library · maturity active
nlp parser machine-learning machine-learning data-science python textrank spacy-extension phrase-extraction extractive-summarization graph-algorithms keyword-extraction textgraphs natural-language-processing
2 sources
- readme: https://github.com/DerwenAI/pytextrank · fetched 2026-08-28 · 2c6284eefd80
- registry_pypi: https://pypi.org/pypi/pytextrank/json · fetched 2026-08-29 · df2ebf80ab4e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| DerwenAI/pytextrank | main | 63 |
For agents
markdown · JSON · MCP: product_card(name="DerwenAI/pytextrank")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem