Implementation of RAKE - Rapid Automatic Keyword Extraction
Project description
RAKEkeywords
Implementation of RAKE - Rapid Automatic Keyword Extraction algorithm as described in:
Rose, S., D. Engel, N. Cramer, and W. Cowley (2010).
Automatic keyword extraction from indi-vidual documents.
In M. W. Berry and J. Kogan (Eds.), Text Mining: Applications and Theory.unknown: John Wiley and Sons, Ltd.
Install
Available on pip
pip install RAKEkeywords
Usage
from RAKEkeywords import Rake
rake = Rake()
keywords = rake.extract_keywords("Mycroft is a free and open-source voice assistant for Linux-based operating systems that uses a natural language user interface")
"""
[('natural language user interface', 16.0),
('open-source voice assistant', 9.0),
('linux-based operating systems', 9.0),
('mycroft', 1.0),
('free', 1.0)]
"""
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rakekeywords-0.3.1.tar.gz
(76.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rakekeywords-0.3.1.tar.gz.
File metadata
- Download URL: rakekeywords-0.3.1.tar.gz
- Upload date:
- Size: 76.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9e20171eac6012ecb403582862a1bc7f57b140b9aa705a4add799d80efc3130
|
|
| MD5 |
a685a35088f4e46681d423769f107e02
|
|
| BLAKE2b-256 |
f0fef84dfc15f0756aa2a9814f2f04641da5e0d8a4a6635981cb6c833c037fb9
|
File details
Details for the file rakekeywords-0.3.1-py3-none-any.whl.
File metadata
- Download URL: rakekeywords-0.3.1-py3-none-any.whl
- Upload date:
- Size: 76.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bcdde44ba08e5f04f66e84422686643d1d132fad85e7237f18484215851c8516
|
|
| MD5 |
57b12db353bfec49e2b2e6e72bd63e06
|
|
| BLAKE2b-256 |
ca73f78e4cbd043d91a47fc625f5e2c81f3ac483ff11f4c12748413ac98fe06f
|