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

exception: no description #29

Closed vishal-chandra closed 6 years ago

vishal-chandra commented 6 years ago

image What is causing this to happen? This is just the code from the README

salehhoushangi commented 5 years ago

Hi Vishal This error occurs for me when I try to using "raise" to exception handling my code . so instead of using raise ValueError i used raise ValueError("Error1") to resolved it .