csurfer / rake-nltk

Python implementation of the Rapid Automatic Keyword Extraction algorithm using NLTK.
https://csurfer.github.io/rake-nltk
MIT License
1.06k stars 150 forks source link

Not able to create instance of Rake with min_length and max_length as parameters #26

Open darshanagl opened 6 years ago

darshanagl commented 6 years ago

I have installed it using pip

csurfer commented 6 years ago

@darshanagl : Whenever you create an issue, please provide as much information about it as possible with code examples of what you are doing and what you expect to happen.

JV-conseil commented 4 years ago

When running on Microsoft Azure:

r = Rake(min_length=2, max_length=2)
TypeError: __init__() got an unexpected keyword argument 'min_length'