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

punctuation , list or string ? #47

Open jmorenoven2 opened 3 years ago

jmorenoven2 commented 3 years ago

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) or as a list (as you say here https://csurfer.github.io/rake-nltk/_build/html/advanced.html#to-provide-your-own-list-of-stop-words-and-punctuations)

All the best, Thanks