rake-nltk icon indicating copy to clipboard operation
rake-nltk copied to clipboard

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

Open darshanagl opened this issue 7 years ago • 2 comments

I have installed it using pip

darshanagl avatar Aug 02 '18 14:08 darshanagl

@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.

csurfer avatar Aug 13 '18 18:08 csurfer

When running on Microsoft Azure:

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

JV-conseil avatar Jan 06 '20 17:01 JV-conseil