See a working online version of this algorithm at: [ Ссылка ]
This video shows how we can use an open source library called rake-nltk (which is built on the published RAKE algorithm) to extract keywords in Python.
You can also view this information in my blog post about RAKE: [ Ссылка ].
Commands that I used:
pip install rake-nltk
python3 -c "import nltk; nltk.download('stopwords')"
python3 -c "import nltk; nltk.download('punkt')"
rake-nltk repo: [ Ссылка ]
Published paper on RAKE: [ Ссылка ]
Ещё видео!