Skip to main content

Implementation of RAKE - Rapid Automatic Keyword Extraction

Project description

RAKE-Keyword

made-with-python Language grade: Python Build Status GitHub license Open Source? Yes!

RAKE-Keyword is a Python library that can extract keywords from any document or a piece of text. It is based on RAKE algorithm. Rapid Automatic Keyword Extraction (RAKE) is a keyword extraction method that is extremely efficient and operates on individual documents. It tries to determine the key phrases in a text by calculating the co-occurrences of every word in a key phrase and also its frequency in the entire text. Link to Research Paper!

Installation

pip install rake

Quick Start

from rake import Rake

text = "Black grapes are famous for their use in making alcohol."

rake = Rake()

raje.exec(text)
# Returns keywords with scores in reverse sorted order: [('black grapes', 4.0), ('making alcohol', 4.0), ('famous', 1.0)]

Development Setup

1. git clone https://github.com/u-prashant/RAKE.git
2. cd RAKE
3. pip install -r requirements.txt
4. make test-all

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

Copyright (c) 2020 Prashant Upadhyay

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rake-keyword-0.0.1.tar.gz (4.1 kB view details)

Uploaded Source

File details

Details for the file rake-keyword-0.0.1.tar.gz.

File metadata

  • Download URL: rake-keyword-0.0.1.tar.gz
  • Upload date:
  • Size: 4.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for rake-keyword-0.0.1.tar.gz
Algorithm Hash digest
SHA256 a65c821b016120ad1d3999a006ffd0bf713acef630f628a6868fb9a5b1fd6787
MD5 27b9190e5e6fe803f9fe79bfa45a3cd8
BLAKE2b-256 2d192e9b58e630bc1babea08bb450d581a499c6588b93347b7eb8df1de60db3d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page