python - How can I use sumy.py on the command line? -


after successful installation of sumy.py, i'm trying use command line suggested in sumy 0.3.0:

$ sumy lex-rank --length=10 --url=http://en.wikipedia.org/wiki/automatic_summarization # what's summarisation 

but i'm getting error:

'sumy' not recognized internal or external command, operable program or batch file. 

what should exact syntax of command exactly?


Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -