Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 408 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 408 Bytes

RAKE-Keywords-Extraction

The code here implements the Rapid Automatic Keywords Extraction (RAKE) algorithm as presented by (Rose and Engel) in this paper.

Run project:

  • In order to run project run main.py file using:
python main.py

P.S: The code has been tested with python-3.6