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

Get word frequency back in a dictionary #38

Open LordAndraXXXus opened 5 years ago

LordAndraXXXus commented 5 years ago

Is it possible to get the number of occurrences of the extracted keywords in the text? when I try it, all get 1.0 as the number of occurrences.