rake-nltk
rake-nltk copied to clipboard
Python implementation of the Rapid Automatic Keyword Extraction algorithm using NLTK.
I did all the setup as explained, but when I run the python file nothing is printed to the terminal? What did I do wrong. ``` from rake_nltk import Rake...
Bumps [nltk](https://github.com/nltk/nltk) from 3.6.2 to 3.6.6. Changelog Sourced from nltk's changelog. Version 3.7 2022-02-09 Improve and update the NLTK team page on nltk.org (#2855, #2941) Drop support for Python 3.6,...
as it shows in the attached pic i am using the get ranked phrases with scores, and I am getting: [(9.0, 'issue fund act'), (9.0, 'international financial position'), (9.0, 'human...
 The list of results gives duplicated keywords with score 1 . This happened after upgrading Anaconda , and after that I had to reinstall rake-nltk Text to reproduce the...
 trying to run the algo on a text snippet. It is returning an empty list. Not sure why. can you please help
Hello, When trying to build a wheel for rake-nltk package it fails if system does not have nltk package installed explicitly. 1. create empty virtual environment & switch to it...
Hi !! first of all, thanks for the implemenetation of RAKE !! I wanted to ask you if the punctuation must be passed as string (as you say here https://csurfer.github.io/rake-nltk/_build/html/advanced.html#to-provide-your-own-list-of-stop-words-and-punctuations)...
According to the function of frequency calculation : **def _build_frequency_dist(self, phrase_list):** """Builds frequency distribution of the words in the given body of text. :param phrase_list: List of List of strings...
I am using the followign requirements to install to Google App Engine: nltk==3.4.5 rake-nltk==1.0.4 The deployment fails with the error messages below; I can, however, deploy nltk 3.4.5 without any...
I tried to specify the min_length and max_length for Rake but it says TypeError: __init__()got an unexpected keyword argument 'min_lenght'