rake-nltk
rake-nltk copied to clipboard
Not able to create instance of Rake with min_length and max_length as parameters
I have installed it using pip
@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.
When running on Microsoft Azure:
r = Rake(min_length=2, max_length=2)
TypeError: __init__() got an unexpected keyword argument 'min_length'