Ross ROSS = Recommend OSS · open-source software intelligence for agents

csurfer/rake-nltk

Python implementation of the Rapid Automatic Keyword Extraction algorithm using NLTK. observed · 2026-08-28

github.com/csurfer/rake-nltk · homepage · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3514
  • days_rel: n/a
  • days_push: 1363
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1083 stars · 151 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

rake-nltk is a Python library implementing the Rapid Automatic Keyword Extraction (RAKE) algorithm on top of NLTK. It determines key phrases in a body of text by analyzing word frequency and co-occurrence, with configurable tokenizers, language stopwords, and ranking metrics.

Use cases

  • extract keywords from text in python
  • get key phrases from a document
  • rake keyword extraction python implementation
  • automatically tag articles with keyphrases
  • find top ranked keywords with scores
  • keyword extraction without training a machine learning model
  • pull key phrases from sentences for search indexing

When to choose

  • you need a simple, domain-independent keyword extractor that works out of the box with no training data
  • you want a lightweight pip-installable library rather than heavy ML or transformer dependencies
  • you need configurable tokenization, language-based stopwords, or a custom ranking metric
  • you are working with individual documents or short texts where statistical co-occurrence scoring is sufficient

When to avoid

  • you need semantically aware or state-of-the-art keyphrase extraction (consider embedding- or transformer-based tools like KeyBERT)
  • you need to process very large corpora or streams at scale rather than individual documents
  • you require languages or tokenization rules not covered by NLTK's stopwords and tokenizers
  • you need actively developed software with frequent updates

Facets

library · maturity stable

nlp python cross-platform keyword-extraction text-mining rake keyphrases nltk stopwords natural-language-processing

3 sources

Member repositories

RepositoryRoleHealth v2
csurfer/rake-nltkmain32

For agents

markdown · JSON · MCP: product_card(name="csurfer/rake-nltk")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem