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

How can i know which rows the extracted keywords were returned from? #67

Open sanadmasoud7 opened 2 years ago

sanadmasoud7 commented 2 years ago

as it shows in the attached pic i am using the get ranked phrases with scores, and I am getting: [(9.0, 'issue fund act'), (9.0, 'international financial position'), (9.0, 'human resource development'), (9.0, 'chambers office holder')]

I wanna know which rows the 'issue fund act' were returned from? Thanks!

image