{"id":29861817,"url":"https://github.com/tigregotico/rakekeywords","last_synced_at":"2026-06-16T14:32:28.882Z","repository":{"id":57459803,"uuid":"319991004","full_name":"TigreGotico/RAKEkeywords","owner":"TigreGotico","description":"RAKE - Rapid Automatic Keyword Extraction","archived":false,"fork":false,"pushed_at":"2026-05-13T11:30:57.000Z","size":26,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2026-05-13T11:35:48.678Z","etag":null,"topics":["algorithm","keyword-extraction","keyword-extractor","keywords","library","nlp","rake","tigregotico"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TigreGotico.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-12-09T15:00:55.000Z","updated_at":"2026-05-13T11:30:48.000Z","dependencies_parsed_at":"2024-12-15T20:11:53.805Z","dependency_job_id":"e847e07c-8201-455f-bd3e-17bcafca2fc1","html_url":"https://github.com/TigreGotico/RAKEkeywords","commit_stats":null,"previous_names":["openjarbas/rakekeywords"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/TigreGotico/RAKEkeywords","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TigreGotico%2FRAKEkeywords","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TigreGotico%2FRAKEkeywords/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TigreGotico%2FRAKEkeywords/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TigreGotico%2FRAKEkeywords/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TigreGotico","download_url":"https://codeload.github.com/TigreGotico/RAKEkeywords/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TigreGotico%2FRAKEkeywords/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34410780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-16T02:00:06.860Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithm","keyword-extraction","keyword-extractor","keywords","library","nlp","rake","tigregotico"],"created_at":"2025-07-30T05:37:42.765Z","updated_at":"2026-06-16T14:32:28.856Z","avatar_url":"https://github.com/TigreGotico.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RAKEkeywords\n\nImplementation of RAKE - Rapid Automatic Keyword Extraction algorithm as described in:\n \n     Rose, S., D. Engel, N. Cramer, and W. Cowley (2010).\n     Automatic keyword extraction from indi-vidual documents.\n     In M. W. Berry and J. Kogan (Eds.), Text Mining: Applications and Theory.unknown: John Wiley and Sons, Ltd.\n\n  \n## Install\n\nAvailable on pip\n\n```bash\npip install RAKEkeywords\n```\n\n## Usage\n\n```python\nfrom RAKEkeywords import Rake\n\nrake = Rake()\n\nkeywords = rake.extract_keywords(\"Mycroft is a free and open-source voice assistant for Linux-based operating systems that uses a natural language user interface\")\n\n\"\"\"\n[('natural language user interface', 16.0),\n ('open-source voice assistant', 9.0),\n ('linux-based operating systems', 9.0),\n ('mycroft', 1.0),\n ('free', 1.0)]\n\"\"\"\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftigregotico%2Frakekeywords","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftigregotico%2Frakekeywords","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftigregotico%2Frakekeywords/lists"}