The code here implements the Rapid Automatic Keywords Extraction (RAKE) algorithm as presented by (Rose and Engel) in this paper.
- In order to run project run
main.py
file using:
python main.py
P.S: The code has been tested with python-3.6
Graph-based Implementation of Unsupervised approach Keyword Extraction Approach in NLP.
Python
The code here implements the Rapid Automatic Keywords Extraction (RAKE) algorithm as presented by (Rose and Engel) in this paper.
main.py
file using:python main.py
P.S: The code has been tested with python-3.6