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

What is the relationship between the usage and rake.py? #3

Closed PoppyLihhhh closed 7 years ago

PoppyLihhhh commented 7 years ago

Hi~ I am a student who study rake firstly. When I tried to extract the key phrases, I could just use the commands in your "Usage" without run rake.py. So I am really confused about that, so I want to ask how can I run rake.py and extract key phrases? My question may be a little silly, but i am really interested in this implementation. Best wishes.

csurfer commented 7 years ago

This is released as a package in PyPi. So use the setup instructions to install it using pip. If you do not want to do that, use the setup instructions using repository. Once you have installed this package you can extract key words as shown in the usage section.

PoppyLihhhh commented 7 years ago

I see, thanks a lot!!