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

Dont work punctuation #27

Open Anton741 opened 6 years ago

Anton741 commented 6 years ago

I write the string into punctuation, but it does't work. In reazalt i have a lot words with '.!@ and so on r =Rake(language = 'russian',min_length=2, max_length=2,stopwords = stop, punctuations = '–-—»!».!/.,|&($:;«»".).' )