Salmon Run: Implementing the RAKE Algorithm with NLTK
Mar 04, 2013· Implementing the RAKE Algorithm with NLTK. ... (RAKE) algorithm extracts keywords from text, by identifying runs of nonstopwords and then scoring these phrases across the document. It requires no training, the only input is a list of stop words for a given language, and a tokenizer that splits the text into sentences and sentences into words ...